MyBB Community Forums

Full Version: Find all threads from user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hai,

I want to add a option to my header, the option that members can click to see all own started threads.

So if the user klick on the link he will se all his own threads.

Someone know the code for make this, I don't find the code that the forum search the members own threads.


Thanks helping me!!
Sorry I found it on Google and Google had a link back to here haha
(I don't find it on the search option here so thats why I started this thread)

But here te sollution:

<a href="HERE-YOUR-URL/search.php?action=finduserthreads&uid={$mybb->user['uid']}">Your Threads</a> 

or

<a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">View my threads</a>

greatings