If you remove the option itself from the modifyoptions template, what will the default for these options be?
More specifically
Code:
<td><label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" $checked[adminemail] />$vbphrase[receive_email_from_bulletin_board_staff]</label><input type="hidden" name="set_options[adminemail]" value="1" /></td>
There is the code for "Recieve emails from admin" option. If I want this to be forced yes. Do I - remove all of it? Remove the checkbox? or something else?