MyBB Community Forums

Full Version: Cencaling of this!!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
while i register, I get this option l Notify me by email when I receive a new Private Message.l I want to remove this option from the register.php

Account Preferences:
	Receive emails from the Administrators.
	Hide your email from other members.
	Automatically subscribe to threads you post in.
	Receive private messages from other users.
	Alert me with a popup box when I receive a Private Message.
	Notify me by email when I receive a new Private Message.
	Hide me from the Who's Online list.

Thanks!
Open member_register
Find && Remove
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" {$emailpmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
</tr>