Quote:
Originally Posted by Steigeisen
Anyone any idea on my question as to change the default setting of the "search in" options?
Greets
Deri
|
In templates:
GLOSSARY
GLOSSARY_CAT
GLOSSARY_LIST &
GLOSSARY_RESULTS find:
Quote:
<select name="searchoptions">
<option value="1" $optionselect[1]>$vbphrase[glossary_search_titles_only]</option>
<option value="2" $optionselect[2]>$vbphrase[glossary_search_text_only]</option>
<option value="3" $optionselect[3]>$vbphrase[glossary_search_text_and_titles]</option>
</select>
|
and
replace with:
Quote:
<select name="searchoptions">
<option value="3" $optionselect[3]>$vbphrase[glossary_search_text_and_titles]</option>
<option value="2" $optionselect[2]>$vbphrase[glossary_search_text_only]</option>
<option value="1" $optionselect[1]>$vbphrase[glossary_search_titles_only]</option>
</select>
|
I have do this on my site.. [the Mindestic GlosPro is used as a
dictionary of synonyms] and the words is practically more on the members' eyes