Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] how to remove "Subscribe For new topics" feature?

10 Posts
3 Users
0 Reactions
2,184 Views
Posts: 8
Topic starter
(@bbbos)
Active Member
Joined: 5 years ago

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?

9 Replies
Posts: 8
Topic starter
(@bbbos)
Active Member
Joined: 5 years ago

we need this coding solution. can you provide please?

https://wpforo.com/community/postid/44112/

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

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.

 

 

7 Replies
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

Finding certain Topic ID:

 

Finding certain Forum ID:

(@bbbos)
Joined: 5 years ago

Active Member
Posts: 8

@robert thank you.
can we delete all of them and leave folder wp_wpforo_subscribes empty?

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@bbbos,

Yes, just use the [Empty] link of the wp_wpforo_subscriptions table on table list.

(@bbbos)
Joined: 5 years ago

Active Member
Posts: 8

@robert thank you.

can you suggest how to turn inactive to active members?

Alvina
Moderator
(@alvina)
Joined: 6 years ago

Member
Posts: 1861

@bbbos,

To display inactive users please follow to the 1.7.4 version release instruction and add the according Hook Code:  https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/

Related topic: https://wpforo.com/community/how-to-and-troubleshooting-2/forum-statistics-2/#post-41892

(@bbbos)
Joined: 5 years ago

Active Member
Posts: 8

@alvina thanks! is there a function that allows me to email inactive users so that they can finish registration process?

Alvina
Moderator
(@alvina)
Joined: 6 years ago

Member
Posts: 1861

@bbbos,

Sorry for the late response.

We're sorry but there is no way to do this.