MyBB Community Forums

Full Version: Is there a way to disable emails being sent out for thread replies?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to disable all thread-subscription emails across the forum, or set all users to 'no' for subscription emails.

Is there a way of doing this either via ACP or SQL query?
Run SQL querie below
UPDATE `mybb_users` SET `subscriptionmethod` = '1' WHERE `subscriptionmethod` = '2';
Thanks [Image: 7KT45.png]