MyBB Community Forums

Full Version: Member's latest posts in member welcome block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I'd like to be able to have a link to a list of a member's own recent posts in their welcomeblock. A link like "view my posts" which will lead to a list similar to the one in profile.

Anyone have any suggestions? Muchos gracias~!
You can add this link to the header_welcomeblock_member template:
<a href="{$mybb->settings['bburl']}/search.php?action=finduser&amp;uid={$mybb->user['uid']}">Your Posts</a>
This works a treat, thanks!