"View Your Threads"
"View Your Posts"
Where can you add these?
In header_welcomeblock_member, footer or just where you want, but those are the most common.
PHP:
<a href="http://www.yoursite.com/search.php?action=finduserthreads&uid={$mybb->user['uid']}">Your Threads</a>
"View Your Posts"
PHP:
<a href="search.php?action=finduser&uid={$mybb->user['uid']}">View Your Posts</a>
Where can you add these?
In header_welcomeblock_member, footer or just where you want, but those are the most common.