Search with only selected prefix ids
zigi Offline
Junior Member
**
Posts: 6
Joined: May 2011
Post: #1
Question Search with only selected prefix ids
Hi everyone,

  [Image: th_538402742_ddfgdfg_122_1054lo.JPG]

Im trying to change searching prefix option by using only selected prefixes not all of them. As i understood this is indicated at search.php line 1527:

Code:
$prefixselect = build_prefix_select('all', 'any', 1);


Please help me to change that 'all' to a list of prefix ids, if there are totally 10 prefixes ids, how to filter only by 4 selected prefixes ? (if i have 10 prefixes, how to show only 4 prefixes in the search option?)
Here is the execution code:

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>


Thanks for attention

05-15-2011 02:50 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Search with only selected prefix ids - zigi - 05-15-2011 02:50 AM

 Standard Tools
Forum Jump: