MyBB Community Forums

Full Version: Add a "View Your Threads" on the top right of my forum.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know how to actually add it to my header by editing the template and everything. I just need to know the link to use where a user clicks on it and it sends them to their own threads they have posted. Thank you.
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}"><Your threads</a></li>