MyBB Community Forums

Full Version: Extra userbar options?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys..

I go to a forum running MyBB and they have this..

[Image: 33696Untitled.png]

I'd like the same for my forum, any ideas?
Go to your ACP
Go to
Templates/Style->Templates-> *Desired Theme to add this on*->Header-> header_welcomeblock_member

Now find:
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | 
After that add:
<a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user[uid]}">Your Threads</a> | <a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user[uid]}">Your Posts</a> |