The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Force "Rec Email from Admins" even when not displayed at Registration
Hi,
I have dramatically reduced the number of boses on register.php however when I removed the box that has the two check boxes "Recive Email from Admins" and "Recieve email from users" they register and it registers them up with Recieve Email from admins as checked as no, regardless of the fact that in vBulletin options > default settings it's checked. Is there anyway to get around this, to perhaps hide the checkbox so it doesn't appear on the register.php but when the user clicks register it sets Receive email from admins as yes? |
#2
|
||||
|
||||
put this in your Main Css, additional Css
HTML Code:
.tarea { position: absolute; visibility: hidden; } HTML Code:
<td class="tarea"> <label for="cb_adminemail"> <input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" $checkedoff[adminemail] checked="checked" />$vbphrase[receive_email_from_bulletin_board_staff]</label></td> |
#3
|
|||
|
|||
Quote:
Thanks so much Simon |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|