10-10-2009, 03:01 PM
I don't know if you got this done yet or not, but, here you go:
For MyBB 1.4.x, find this snippet in
ACP -> Template -> header_welcomeblock_member
Add
.
This may vary depending on the theme, but, you can really put it wherever you'd like using the code that you have to add.
For MyBB 1.4.x, find this snippet in
ACP -> Template -> header_welcomeblock_member
Code:
<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> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}<br />
Add
Code:
href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}"> My Threads </a> | <a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}"> My Posts </a>
This may vary depending on the theme, but, you can really put it wherever you'd like using the code that you have to add.