MyBB Community Forums

Full Version: change the default setting for notify
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello team,
can u tell how to make default setting of notification by email.

i have attached screenshot for telling what exactly i am asking
Also run this query in PHPMyAdmin now to make all users receive emails upon new reply.
UPDATE `mybb_users` SET `subscriptionmethod`= '2';
means i have to install plugin and run this query... or simply can do by running query
If you want future users to have email notifications by default, you will need this plugin. This plugin will not update current members, which is what the query will do. It will update your current users to receive email notifications

Smile
Got it.... superb answer and solution.
Thank you for marking this as "Solved"

and thanks for the rep Wink
i just saw, this plugin don't have default thread subscription mode in setting... for which i installed the plugin.. any help??