Default search options Default search options
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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