Log in

View Full Version : Some coding help for a user replies?


DieselTruck
05-02-2008, 08:32 PM
I'm looking to make a button on the navbar that will list the new threads that a user has posting in. But, I don't really want the full content to show, just the title, poster etc.

Any idea?

Here is my current code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">My Replies</a></td>

DieselTruck
05-04-2008, 11:12 AM
Anyone?

GameWizard
05-04-2008, 09:00 PM
Based on some quick searches, I can't seem to find anything that shows a users' threads. The only 2 things that come close to this would be thread subscriptions (which shows a list of threads by name/poster), and also latest posts, but that would show threads by everyone.

If i understand correctly, you would need something like this:
/search.php?do=getnew&lastposter=1234

1234 being the userID. Am I correct? I know the above code has a function, im just not sure if the function you are look for.

I also found this, but not sure again what you are looking for so take a look:
https://vborg.vbsupport.ru/showthread.php?t=70973