@da_judge
In reference to my original post (#
249) I found some spare time and a work around to the problem I discovered by editing Registration Templates/register
Code:
Find:
<li>
<label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" {vb:raw checkedoff.adminemail} /> {vb:rawphrase receive_email_from_bulletin_board_staff}</label>
</li>
Replace:
<li>
<label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" checked="checked"> {vb:rawphrase receive_email_from_bulletin_board_staff}</label>
</li>
If for some reason someone should re-enter their email as shown in pic and choose to click on "I found the code": this forces already check boxes in the registration form to become unchecked and as you well know most users wont bother to check or uncheck a box.
I'm no coder and don't know if this issue pertains to your mod, I'm just bringing it to your attention should you care to look into it and give a work around to anybody having the same problem.