MyBB Community Forums

Full Version: View Your Posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm pretty sure there isn't a feature for this, I haven't seen one on MyBB anyway. But like we have 'View New Posts' could we get a feature of 'View My Posts' in the same location so I don't have to go into my profile to view them?
<a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">View my posts.</a>
That code should do what you want on whatever template you put it on.
(2013-01-20, 04:17 PM)JordanMussi Wrote: [ -> ]
<a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">View my posts.</a>
That code should do what you want on whatever template you put it on.
Thankyou!