Default search options Default search options
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Default search options

Started by Jason1975, June 25, 2012, 04:24:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jason1975

Hi Guys

Is it possible to change the default search files that are selected when one does a search? I would like 'caption' unticked by default.

I have done some searches on the forum but my search terms 'default search file change' and 'search files' did not give me the info I needed
Thanks

ΑndrĂ©

Open search.php, find
<input type="checkbox" name="caption" id="caption" class="checkbox" checked="checked" />
and replace with
<input type="checkbox" name="caption" id="caption" class="checkbox" />

Jason1975

Good skills Andre'

Spot on advice.

Many thanks. :)