MyBB Community Forums

Full Version: My threads/posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I add the thing that shows you your threads and posts
<a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}">My Posts</a>
&
<a href="search.php?action=finduserthreads&amp;uid={$mybb->user['uid']}">My Threads</a>
(2013-06-27, 08:11 PM)effone Wrote: [ -> ]
<a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}">My Posts</a>
&
<a href="search.php?action=finduserthreads&amp;uid={$mybb->user['uid']}">My Threads</a>

Which template is that part of again Confused
Wherever you want.

Generally:
ACP > Templates & Styles > Templates > "Theme_Name" Templates > Header Templates > header_welcomeblock_member
Thanks