coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: Jason1975 on June 25, 2012, 04:24:44 PM

Title: Default search options
Post by: Jason1975 on June 25, 2012, 04:24:44 PM
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
Title: Re: Default search options
Post by: ΑndrĂ© on June 27, 2012, 09:51:31 AM
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" />
Title: Re: Default search options
Post by: Jason1975 on June 27, 2012, 10:01:55 AM
Good skills Andre'

Spot on advice.

Many thanks. :)