MyBB Community Forums

Full Version: How to enable email notification for PM`S all users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i enable email notification for PM all users and as default when a user signs up
If I understand you want to PM user when they sing up, right?

http://mods.mybb.com/view/welcome-pm
see this
(2013-08-21, 09:45 AM)Jovan J. Wrote: [ -> ]If I understand you want to PM user when they sing up, right?

http://mods.mybb.com/view/welcome-pm

no m8 i want all users to get a email when ever they get a pm
(2013-08-21, 09:01 PM)CRAIG@VM Wrote: [ -> ]
(2013-08-21, 09:45 AM)Jovan J. Wrote: [ -> ]If I understand you want to PM user when they sing up, right?

http://mods.mybb.com/view/welcome-pm

no m8 i want all users to get a email when ever they get a pm

Go to UCP>Edit Options>Notify me by email when I receive a new Private Message

If you want it enabled by default for everyone then go to ACP>Templates & Styles>Templates>YOUR THEME>Member Templates>member_register

Find


<input type="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" $emailpmnotifycheck />

Replace with

<input type="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" checked="checked" />

Also, run the following query in PHPMyAdmin:

UPDATE mybb_users SET pmnotify = 'yes';

Thanks to .M. for the link he provided earlier.
thanks that great all sorted now think ive got every feature on mybb that i had when using vbulletin 4 lol using my vb4 licence on a new forum ive setup tho but all is good on my mybb forum now