Any way to NOT send emails when a topic category is changed?

Changing the category with bulk selection will trigger notifications/emails to users that are watching the destination category. There are a couple options to prevent this:

  1. Gather the topic ids and use the rails console to change the category. If there are a lot of topics, you can use the Data Explorer to track down a set of topic ids, otherwise you can get them manually. This method bypasses all notifications/emails.

  2. You can bulk unlist the topics in their current category, then move them to the destination category. If the destination category is already well populated, you can append
    ?status=unlisted to the url to find all the topics you just moved. Just make note that any existing unlisted topics will be in that list as well. Finally, bulk select those topics and relist them. This will also avoid notifications/emails

  3. Choose a slow time on your forum and temporarily disable emails via the disable_emails site setting. When you move the topics, users that are watching the destination category will receive on-site notifications, but not emails. Make sure to turn emails back on when your are done!

Hope that helps!

8 Likes