CK
05-08-2011, 10:00 PM
Open up your "Register" template and find the following code and remove it. Save and you're done. Be sure to remove all the code shown in the checkbox from your template as if you don't you'll only partially remove either the check box or the associated text.
<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>
Why would I need this
If you're like me and you send newsletters to your users this will be handy as upon initial registration the option not to receive admin emails is gone. This will also have a knock on effect with new users being reminded of threads they've become involved in if you have set that they will automatically be subscribed to threads.
Don't worry
Users will still be able to edit these options from userCP but it allows you the option of firing off a few newsletters or thread updates first.
129664
<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>
Why would I need this
If you're like me and you send newsletters to your users this will be handy as upon initial registration the option not to receive admin emails is gone. This will also have a knock on effect with new users being reminded of threads they've become involved in if you have set that they will automatically be subscribed to threads.
Don't worry
Users will still be able to edit these options from userCP but it allows you the option of firing off a few newsletters or thread updates first.
129664