Default search options Default search options
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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. :)