PDA

View Full Version : Search: display results as threads


chefy
07-14-2012, 04:00 PM
Please take a look at the following search string: search.php?do=finduser&u=XXX

It will display the posts for member "XXX" but what if I want to display the results as threads? When using do=getnew you can use showposts in the search string to define whether you want to display the results as posts or threads:

search.php?do=getnew&showposts=0 (display results as threads, default)
search.php?do=getnew&showposts=1 (display results as posts)

So I tried this: search.php?do=finduser&u=XXX&showposts=0

But it didn't work. Any advice?

kh99
07-14-2012, 08:14 PM
Try search.php?do=process&userid=XXX&showposts=0.