The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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? |
|
#2
|
||||
|
||||
|
Quote:
Code:
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&f=xx |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
||||
|
||||
|
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 : Code:
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&exclude=xx,yy,zz |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||
|
||||
|
Right, one more go at this:
Code:
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx 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. |
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
Quote:
![]() Code:
search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1&forumchoice[]=xx&childforums=1 |
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
||||
|
||||
|
|
![]() |
|
|