forum.coppermine-gallery.net
Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started 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
-
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" />
-
Good skills Andre'
Spot on advice.
Many thanks. :)