ericgtr
12-22-2009, 10:00 PM
It used to be you would click on a users profile and be presented with both "Find all posts by user" and "Find all threads started by user". Now you are only presented with "Find all posts by user" and if you want to find all posts they started you have to go to Advanced Search, then click Search by Type, then you can enter username and select Find All Threads started by.
Ridiculous.
Here's a simple way to add it back.
Open the MEMBERINFO template and find
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&showpost s=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="{vb:rawphrase find_all_posts}" class="inlineimg" /> {vb:rawphrase find_all_posts}</a></li>
Add this below
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&startero nly=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="Find all threads started" class="inlineimg" /> Find all threads started</a></li>
Ridiculous.
Here's a simple way to add it back.
Open the MEMBERINFO template and find
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&showpost s=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="{vb:rawphrase find_all_posts}" class="inlineimg" /> {vb:rawphrase find_all_posts}</a></li>
Add this below
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw userinfo.userid}&contenttype=vBForum_Post&startero nly=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="Find all threads started" class="inlineimg" /> Find all threads started</a></li>