MyBB Community Forums

Full Version: Is there a way to change all user's CP settings?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In particular, enable inline PM notification and disable e-mail notification of subscribed threads on every account.
Try these queries in phpMyAdmin:

UPDATE mybb_users SET pmnotice=1
UPDATE mybb_users SET subscriptionmethod=0
This worked, thanks Smile
Note that these only affects existing accounts. New accounts may have different default settings, I can't remember off the top of my head.
(2008-08-04, 06:56 AM)DennisTT Wrote: [ -> ]Note that these only affects existing accounts. New accounts may have different default settings, I can't remember off the top of my head.

Is there any way to set them?
I beleive they are the default settings already, they are on mine anyway