fkatzenb
12-21-2010, 10:00 PM
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.
search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=0&contenttype=vBFor um_Thread
As inserted into the navbar...
{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_P ost">{vb:rawphrase new_posts_nav}</a></li>
<li><a href="search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=0&contenttype=vBFor um_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>
search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=0&contenttype=vBFor um_Thread
As inserted into the navbar...
{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_P ost">{vb:rawphrase new_posts_nav}</a></li>
<li><a href="search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=0&contenttype=vBFor um_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>