View Full Version : Disabling
portent
Wed 13th Dec '00, 10:12pm
Is it possible to set things up so that, for all users, Email Reply Notification is off by default? My forum is rather high traffic so I've had a few angry emails from people none to pleased about all these emails they're getting. :) I've mentioned that you can turn it off in your user preferences but I'd rather not have to keep doing this ATM as i think the vast majority of users would rather not get an email each time someone replies to a thread. Thanks in advance for any help. :)
julius
Wed 13th Dec '00, 10:43pm
Change template "REGISTERADULT" in this way:
BEFORE
<TD><FONT face="verdana, arial, helvetica" size="2" ><INPUT TYPE="RADIO" NAME="emailnotification" VALUE="yes" checked> yes <INPUT TYPE="RADIO" NAME="emailnotification" VALUE="no" > no</font>
</TD></tr>
AFTER
<TD><FONT face="verdana, arial, helvetica" size="2" ><INPUT TYPE="RADIO" NAME="emailnotification" VALUE="yes"> yes <INPUT TYPE="RADIO" NAME="emailnotification" VALUE="no" checked> no</font>
</TD>
With this the default is "NO email notification"
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.