Im using a external search box in my header.
At the moment it searches the whole forum, how can I modify the code so it only searches through a specific catergory?
Thanks in advance
At the moment it searches the whole forum, how can I modify the code so it only searches through a specific catergory?
Thanks in advance
<form method="post" action="search.php">
<label style="font-size: 11px;">Search:</label>
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" class="textbox" name="keywords" value="" />
<input type="submit" class="button" value="Go" />
</form>