
11-05-2010, 03:18 PM
|
|
|
Join Date: Apr 2009
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Simon Lloyd
put this in your Main Css, additional Css
HTML Code:
.tarea {
position: absolute;
visibility: hidden;
}
this should replace that portion in your register.php which relates to admin email
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>
It should work for you 
|
Fantastic!
Thanks so much Simon
|