Find all threads posted in - "My Threads"
You can insert the following code into your board to allow your users to have a simple link to find all the threads they have posted in. It is rather simple and works well when put into the navbar. I use the term "My Threads" for lack of a better term.
Code:
search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=0&contenttype=vBForum_Thread Code:
{vb:raw template_hook.navbar_start} <vb:if condition="$show['searchbuttons']"> <vb:if condition="$show['member']"> <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li> <li><a href="search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=0&contenttype=vBForum_Thread">My Threads</a></li> <vb:else /> <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li> </vb:if> </vb:if> Download No files for download. Supporters / CoAuthors
|
Similar Mods
Show Thread Enhancements "Find all started threads" in postbit & postbit_legacy dropdown | vBulletin 4.x Add-ons |
Profile Enhancements Add link "Find all started threads" in the drop down user | vBulletin 4.x Template Modifications |
Profile Enhancements Add link "Find all started threads" on profil page | vBulletin 4.x Template Modifications |