PDA

View Full Version : Search users post within forum on forumdisplay


Dr.CustUmz
09-28-2020, 11:21 PM
I'm trying to create a link that will show all of users posts within a forumid on the forumdisplay template.

you can achieve this in advanced search (search for a users post inside a forum) so I figure it should be possible to build a link to do it as well.

This is what I'm using but it's returning all of users post (site wide) anyone see where I'm going wrong?

search.php?$session[sessionurl]do=finduser&userid=$topposter[userid]&f=$foruminfo[forumid]


Managed to get it
search.php?$session[sessionurl]do=process&forumchoice[]=$foruminfo[forumid]&childforums=0&showposts=1&userid=$topposter[userid]