Simple Active Member Joined Nov 30, 2011 Posts 3,277 Reacts 0 Reputation 0 Credits 0 May 9, 2012 #1 "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.
"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.