• Welcome to ForumKorner!
    Join today and become a part of the community.

[Tutorial] "Your Threads" and "Your Posts" in header.

Simple

Active Member
Reputation
0
"View Your Threads"

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.
 
Top