PDA

View Full Version : My threads link only for one subforum


kud0gfx
07-16-2008, 04:30 AM
Hi everybody.

i have this code
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;s earchuser=$bbuserinfo[username]" rel="nofollow">Konularım</a></td>

this rules for see started posts by an user in all the forum, could I make something that limites the search to one "forum, and their subforums"

i guess it could be just a variable..

kud0gfx
07-17-2008, 06:26 AM
fetch_search_forumids (line 548)
void fetch_search_forumids ( &$forumchoice, [ $childforums = 0])

* &$forumchoice
* $childforums

i think i can do something with this, but i dont know exactly how...
some help?

Marco van Herwaarden
07-17-2008, 08:38 AM
Just add "&forumchoice=<<ListOfForumids>>" to the search link.

kud0gfx
07-17-2008, 09:07 PM
yeah, it was what i tried, but it does'nt work

Dismounted
07-18-2008, 07:00 AM
"&forumchoice[]=FORUMIDS"

kud0gfx
07-19-2008, 02:22 AM
"&forumchoice[]=FORUMIDS"

thanks so much, it worked!