PDA

View Full Version : How do I disable 'search all open forums'?


Troy Roberts
Fri 3rd Nov '00, 1:15pm
I've looked around and done a search here on this. I can't find an answer.

I'd like to disable the search all open forums choice.

Wayne Luke
Fri 3rd Nov '00, 3:10pm
Go into the Searchintro template and delete the code that create that option line.

Troy Roberts
Fri 3rd Nov '00, 4:18pm
Thanks, Wayne.

Troy Roberts
Fri 3rd Nov '00, 4:46pm
Is this the code you mean:

<td valign="top" width="50%" bgcolor="{secondaltcolor}">
<p><smallfont><b>Search Forum:</b></smallfont><br>
<SELECT NAME="forumchoice">
<OPTION VALUE="-1">Search All Open Forums</option>
$jumpforumbits
</select>
</td>

If I remove the code that says 'Search All Open Forums' what do I replace it with?

Freddie Bingham
Fri 3rd Nov '00, 4:49pm
Just remove this line:

<OPTION VALUE="-1">Search All Open Forums</option>