MyBB Community Forums

Full Version: Popup Box on new PM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I set to inactiv by default Popup Box on new PM (on registration) ?
Where can I change this, please ?
goindex Wrote:How can I set to inactiv by default Popup Box on new PM (on registration) ?
Where can I change this, please ?

I don't believe there is an option to turn it off unfortunately. I just updated the users table in mysql and set the option to 'no' for everyone, and got:

http://mods.mybboard.net/view/unread-pm-notification

Kind of a hack and requires updating again for new users, but better than people being annoyed by that box.
In member.php, find:
$pmpopupcheck = "checked=\"checked\"";
Replace with:
$pmpopupcheck = '';

See if that works out for you
YES!

Thank's DenissTT !

It works...