/
[In-Bulletin] E-mail about new replies [5.1.0]

[In-Bulletin] E-mail about new replies [5.1.0]

When dealing with forums, then keeping user notified of new posts is crucial component of success.

The In-Bulletin sends e-mail about new posts in following cases:

Activity Happened in ForumsE-mail Recipients
post is modified
  • administrator
topic is added
  • administrator
post is added to existing topic
  • topic owner, but only when he has subscribed to topic updates (off by default)
  • user, who has created that post

There several drawbacks in current notification system:

  1. user won't receive any notifications about his own topics until he manually enables such setting:

  2. user, who added new post is getting e-mail about that, but this isn't very useful unless for spamming purposes
  3. users who participated in discussion (added posts to the topic in past) aren't notified about changes made to the topic

Solution

  1. implicitly enable "Notify me about replies" and "Notify me about Private Messages" settings (will be enabled unless user have manually disabled them)
  2. notify all participants in the discussion (except user have added a post)
  3. enable notifications for all existing topics in upgrade script
  4. subscribe (via kSubscriptionManager class) users to every topic where they have added new posts (only if they aren't these topic owners) in upgrade script

In-Portal Forums

Once ready I strongly recommend applying described above changes to the In-Portal Forums as well.

Here are some statistics from In-Portal Forums:

  • user count: 5636
  • user count, that have enabled notifications: 40 (0.7%)
  • topic count: 4147
  • topics with notifications enabled: 315 (7.6%)

Related Tasks

MINB-20 - Getting issue details... STATUS

MINB-23 - Getting issue details... STATUS