MyBB Community Forums

Full Version: My Threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone, I was wondering what the coding was for finding your own threads?

This is what I've got. It's no good. Any ideas?
<li><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={uid}">My Threads</a></li>
(2010-02-21, 02:46 AM)Tim B. Wrote: [ -> ]<a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">View my threads</a>
Well I have a dropdown box...
http://codmedia.net/
So wouldn't that change it somehow?
<li><a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">My Threads</a></li>
{$mybb->user['uid']}"

Just what I needed, thanks!