Search: display results as threads
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?
|