fkatzenb
01-21-2006, 02:17 PM
We all know about the "My Posts" link as seen my the following code...
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]" rel="nofollow">My Posts</a></td></tr></if>
However what is prefered, is going to Advanced search and do a search my username. I want the "My Posts" link to do that. What can I change the above code to do that?
Thanks!
Frank
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]" rel="nofollow">My Posts</a></td></tr></if>
However what is prefered, is going to Advanced search and do a search my username. I want the "My Posts" link to do that. What can I change the above code to do that?
Thanks!
Frank