The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make PM notification on by default?
How do I set "Receive Email Notification of New Private Messages" to be on by default for new users (3.6.X)?
chad |
#2
|
||||
|
||||
Go to your AdminCP -> Styles & Templates -> Select your style -> Modify User Option Templates -> modifyoptions
Find: HTML Code:
<input type="checkbox" name="options[emailonpm]" value="1" id="cb_emailonpm" $checked[emailonpm] />
HTML Code:
<input type="checkbox" name="options[emailonpm]" value="1" id="cb_emailonpm" $checked[emailonpm] checked />
|
#3
|
||||
|
||||
That just enables it every time they change their options. Look in Registration Options|Default Registration Options for the defaults.
|
#4
|
|||
|
|||
Where are the notification settings stored in the system/db? I am adding users manually through an outside system and need to set this by hand. How do I set it.
chad |
#5
|
||||
|
||||
Unfortunately, I think that the email notification for PMs is buried in the options bitfield of the user table, so you'll need to setup the options on a user how you want them, then copy the value to everyone else.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|