The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]() Quote:
Code:
<form action="forum/search.php" method="post"> <input type="hidden" name="forumid" 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> 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> Now one last modification I want to make is to remove the "GO" button. I want it to have only the search field and the users to insert the keyword and press enter... I was thinking of just removing this code Code:
$gobutton |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|