MyBB Community Forums

Full Version: Disable forum and thread subscriptions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Actually, you can't forbid the subscription to a forum. The query just resets the users subscriptions.
You can edit the showthread_subscription template to remove the subscription link and the post_subscription_method to remove the subscription method when replying (force value to "none" and set fields readonly)
Thanks for the reply.

Got the point about forum subscriptions and that query edits the Default Thread Subscription Mode to "No notifications" for users.

But how to stop sending emails for forum and thread subscriptions for all users? Please help.


Thank you!
Did you run the two queries which are in the post you mentionned ?
You can also empty the forum subscription table: TRUNCATE mybb_forumsubscriptions;
Quote:Did you run the two queries which are in the post you mentioned ?

Yes had done it already.



Quote:You can also empty the forum subscription table:
TRUNCATE mybb_forumsubscriptions;

It worked.


Thanks again for your help.  Have a good day!
Pages: 1 2