The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to Make Email Notification Automatic?
I'm wondering how I would go about making new registrant's options automatic. For example, when someone registers, how can I make Email Notification when PM'd and when a thread is replied set to automatic. They can turn them off if they want, but for those who don't bother too much with the details of the settings, just to make it easier for new users of vB to have these things all set automatic?
Sorry if I didn't explain that correctly, I hope you understand what I mean. Thanks! Sincerely Heineken |
#2
|
|||
|
|||
It's not hard. Locate this in the proper registration-templates:
Code:
<tr> <td bgcolor="#DFDFDF"><normalfont><b>Send you an email when you receive a Private Message?</b></normalfont></td> <td bgcolor="#DFDFDF"><normalfont> <input type="radio" name="emailonpm" value="yes"> yes <input type="radio" name="emailonpm"value="no" checked> no </normalfont></td> </tr> Code:
<input type="hidden" name="emailonpm" value="yes"> I do the same (with time zones and other stuff) a lot of users get confused with the many options. |
#3
|
|||
|
|||
Nice Thank you very much!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|