MyBB Community Forums

Full Version: Force members 'Alert me with a notice when I receive a Private Message'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings,

url: link
username: Test
pw: blabla

Please login. As you see, the navigation has changed quite a bit. Though, members can't see if they received a new PM without either getting a pop-up or an alert.

I checked my options and enabled 'Alert me with a notice when I receive a Private Message.'. Now, I'd like to force everyone to have this, so they can see if they got a message or not directly on the forum's index.

So, what's the code for forcing it on the users? I think I know how to remove the option, but not what query to run in phpmyadmin.

Can anyone help me here?

Keep up the good work,
-MV
UPDATE `mybb_users` SET `pmnotice` = '1'

Check your table prefix first.