PDA

View Full Version : Replies by User


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!

rolloffhill
05-29-2008, 02:22 AM
Are you trying to do "My Replies" like on DP?

This is what I used

<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My Replies</a></td>

DieselTruck
05-29-2008, 10:45 AM
Are you trying to do "My Replies" like on DP?

This is what I used

<td class="vbmenu_option"><a href="search.php?do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My Replies</a></td>

Hello there!

Yes, but mine would never go though in that matter. So I resorted to all posts like seen in the profile stats

Let me work on that. Thanks man!

rolloffhill
05-30-2008, 01:35 AM
Well I just added that code to this hack in my navbar, not sure if that will help you but that worked for me.

https://vborg.vbsupport.ru/showthread.php?t=125529