Log in

View Full Version : Looking for this mod (used in vb.org)


trotskid
09-25-2010, 10:30 PM
The function find my posts on a thread.

Thanks

creek
09-27-2010, 04:15 PM
I also looking for this mod.

kh99
09-27-2010, 04:50 PM
It's just a link. Edit the SHOWTHREAD template, search for advanced_search to find the part below, then add the code in red above it:


<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]searchthreadid=$threadid&amp;userid=$bbuserinfo[userid]&amp;do=finduser">Find My Posts</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]searchthreadid=$threadid">$vbphrase[advanced_search]</a></td>
</tr>



(if you want a phrase for the text, you'll have to figure that out yourself :) )

creek
09-27-2010, 08:52 PM
Sweet. Thanks.

trotskid
09-27-2010, 09:01 PM
Thanks :up: