MyBB Community Forums

Full Version: Clean all threads subscriptions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear folks,
Hope my post finds you well.

Due to massive subscriptions on threads which mostly are very old, I would like to clean all threads subscriptions at once.
What if I truncate the table: mybb_threadssubscriptions? 
Will this do the job? 
I only need clean but not disable so if a member want to re-subscribe to a thread he can.

Best regards.
You simply could truncate db tables "threadsubscriptions" or "forumsubscriptions" - then all subscriptions are gone.
Yes,
truncate mybb_threadsubscriptions to remove all subscriptions on threads.
Optionally truncate mybb_forumsubscriptions to remove all subscriptions on forums.

There should be no need to refresh chaches.

[ExiTuS]