Question
What is the recommended way for us to modify our installation so that the "search all Public Webs" box is checked by default on the Search page?
Environment
--
VickiBrown - 11 Nov 2004
Answer
In
TWiki.WebSearch change:
<input type="checkbox" class="twikiCheckbox" id="web" name="web" %CALC{$IF($EXACT(%URLPARAM{web}%,),,checked="checked")}% /><label for="web">All public webs</label>
to
<input type="checkbox" class="twikiCheckbox" id="web" name="web" checked="checked" /><label for="web">All public webs</label>
Note that if the box is unticked it will always be re-ticked whenever a search is performed.
--
SamHasler - 11 Nov 2004