Log in

View Full Version : What is the URL for searching a user's posts?


Tettinntil
02-12-2010, 05:06 PM
I am trying to add links to a dropdown menu. I need the search phrases for a user's threads and posts, like http://xxx/forum/search.php?do=finduser&u=xxx&starteronly=1

What is the correct search phrase?

JamesC70
02-13-2010, 11:02 PM
I need the search phrases for a user's threads and posts, like http://xxx/forum/search.php?do=finduser&u=xxx&starteronly=1

This works for the viewer's own threads:

<a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]"> My Threads </a>



There's also a link on a member's profile to view threads started by that member:

<a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]&amp;starteronly=1" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a>