PDA

View Full Version : Show Thread Enhancements - [find all threads started by x member] in postbit & postbit_legacy


fourat
04-07-2009, 10:00 PM
Its simple
Open postbit or postbit_legacy template and search for this code
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr>
</if>


and add this code under it

<tr><td class="vbmenu_option">
<a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]&starteronly=1"><phrase>find all threads started by this member</phrase></a></td></tr>

Jasem
04-08-2009, 02:59 AM
Good work, thank you!

Installed

mrtroybaker
04-08-2009, 06:05 AM
*installed*
Thank you

fourat
04-08-2009, 07:32 AM
please delete this thread because its repeated