DieselTruck
05-28-2008, 09:41 PM
I'm been trying to figure this one out!
I'm trying to have a code that a user clicks and it will list all of there posts along with the most recent replied one to the top.
Here is my current code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">My Replies</a></td>
A different site that I visit has this feature.
The url looks like this:
forum/search.php?do=process&showposts=0&exactname=1&searchuser= DieselTruck
Thanks in advance!
I'm trying to have a code that a user clicks and it will list all of there posts along with the most recent replied one to the top.
Here is my current code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">My Replies</a></td>
A different site that I visit has this feature.
The url looks like this:
forum/search.php?do=process&showposts=0&exactname=1&searchuser= DieselTruck
Thanks in advance!