Search with only selected prefix ids
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #6
RE: Search with only selected prefix ids
As RateU said earlier, your easiest option is just to edit your search template - replace

Code:
{$prefixselect}

with

Code:
1
2
3
4
5
6
7
<select name="threadprefix" multiple="multiple" size="5">
<option value="any" selected="selected">Find threads with any prefix</option>
<option value="0">No prefix</option>
<option value="7">Red</option>
<option value="8">Blue</option>
<option value="10">Green</option>
</select>


Note that this will cause it to ignore all group permissions, or if you delete a prefix later, you'll also have to remember to remove it from the above code.


My Blog
(This post was last modified: 05-15-2011 10:50 AM by ZiNgA BuRgA.)
05-15-2011 10:48 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Search with only selected prefix ids - ZiNgA BuRgA - 05-15-2011 10:48 AM

 Standard Tools
Forum Jump: