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.
Is there any feature like "view your posts" in MyBB (as in phpbb3)..

my users are used to it.. that's why asking
Go to a user's profile, there is a link to view all threads/posts made by the user.
There's a link to that in your profile. If you want to put a link to it somewhere else, use this:

<a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}">View My Posts</a>
thanks once again.... can't give rep+ ... reason : too many given today Smile
i have used a diffrent table prefix on my final merge board, will i need to change code above??
Table prefixes have got nothing to do with the code Matt gave you.