News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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