View Full Version : Search in forum...
nothing4me
02-14-2008, 06:47 PM
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=44
What should I replace f=44 with if I want to search it in a specific forum?
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=44
What should I replace f=44 with if I want to search it in a specific forum?
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=xx
xx being the forum id of the specific forum you want to search.
nothing4me
02-15-2008, 01:38 AM
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=xx
xx being the forum id of the specific forum you want to search.It searches in all the forums... :(
Sorry, was not sure what you were asking, I thought you were on about the forum numbers.
Search will check all forums apart from the ones you exclude. Try this instead :
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&exclude=xx,yy,zz
xx, yy and zz being the forum ids of the forums you want to exclude from the search.
nothing4me
02-15-2008, 01:05 PM
Sorry, was not sure what you were asking, I thought you were on about the forum numbers.
Search will check all forums apart from the ones you exclude. Try this instead :
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&exclude=xx,yy,zz
xx, yy and zz being the forum ids of the forums you want to exclude from the search.That doesn't work either. :(
That doesn't work either. :(
Right, one more go at this:
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx
Where xx is the forum you want to search.
Now if that is not it, then please explain exactly what it is you want to do.
Then myself or someone else can figure out how to do it, as the code you originally posted would seem to indicate searching for a specific user's started threads in a single forum.
nothing4me
02-16-2008, 12:32 PM
Right, one more go at this:
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx
Where xx is the forum you want to search.
Now if that is not it, then please explain exactly what it is you want to do.
Then myself or someone else can figure out how to do it, as the code you originally posted would seem to indicate searching for a specific user's started threads in a single forum.That code worked! But, how do I make it search in child forums too?
That code worked! But, how do I make it search in child forums too?
Cool, childforums is easy :)
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx&childforums=1
Where xx is the forum you want to search.
nothing4me
02-17-2008, 01:12 PM
Cool, childforums is easy :)
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx&childforums=1
Where xx is the forum you want to search.Thanks a lot! Perfect!!! :)
Thanks a lot! Perfect!!! :)
You are most welcome, glad to help :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.