I had this code for vb3 to bring up the posts that the user had replied in:
Code:
<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My Replies</a></td>
Now that I have VB4 this doesn't work. Any one have the coding for the vb4 setup?
--------------- Added [DATE]1281360000[/DATE] at [TIME]1281360000[/TIME] ---------------
Anyone else? I've also tried this:
Code:
<td class="vbmenu_option"><a href="search.php?do=process&exactname=1&starteronly=0&contenttype=vBForum_Post&searchuser={vb:raw bbuserinfo.musername}">My Replies</a></td>