The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Setting up a specific Forum Search
Thanks for the help
|
#2
|
||||
|
||||
With a little help from Brian over at VBadvanced.com I found that this could work by adding this line :
Code:
<input type="hidden" name="forumchoice[]" value="your_forum_id_here" /> Code:
<form action="forum/search.php?titleonly=1" method="post"> <input type="hidden" name="forumchoice[]" value="29" /> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="text" class="bginput" name="query" size="20"/> $gobutton<br /> </form> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|