Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi guys, we have pretty large forum, and a lot of automated emails are getting sent. We think it is because most people have subscribed to new topics or to get email notifications when someone answers on a post. How do we remove the Subscribe for Email Notification feature? Can you suggest please?
we need this coding solution. can you provide please?
Hi @bbbos,
You can manage users subscriptions one by one in each user Profile > Subscriptions Tab. There is a subscription manager in Subscriptions Tab, just uncheck all and save for certain user:
If you need to remove multiple subscriptions at once, you can remove entries from wp_wpforo_subscriptions table in the database. Use phpMyAdmin plugin or your Hosting Service > cPanel > phpMyAdmin Tool, go to website database, find the wp_wpforo_subscriptions table and remove rows you want. This table contains UserID <> TopicID or UserID <>ForumID relations. So you can remove subscriptions by UserID, TopicID or ForumID.