- b2evolution CMS User Manual
- Back-office Reference
- Collections
- Comments
- Comment Notification Emails
Comment Notification Emails
The following are comment notification emails currently available:
Mentioned on a comment
- the
comment_new.*.php
template is used from Email skin templates - will be sent to each user who has:
- been mentioned in the comment
- enabled I have been mentioned on a comment. in notification settings
Comment may need moderation notification
- the
comment_new.*.php
template is used from Email skin templates - will be sent right after:
- a new comment was created, or
- a comment was modified
- will be sent to each user who has:
- permission to edit this newly created comment and:
- enabled a comment is posted and I have permissions to moderate it. in notification settings, and/or
- enabled a comment is modified and I have permissions to moderate it. in notification settings
- permission to edit this newly created comment and:
- will be sent no matter the comment status.
- will NOT be sent to the User who just posted the comment
Comment subscription notification
- the
comment_new.*.php
template is used from Email skin templates - depends on ‘Outbound pings & email notifications’ setting:
- When it is turned off then this kind of notifications will not be sent.
- When it is set to ‘immediate’ then a new notification will be sent right after a comment was made public ( visible for everyone ).
- When set to ‘asynchronous’, a new scheduled job will be created for each published comment, right after it was published.
- These notifications are sent to:
- all users who are subscribed to the collection comments
- all users who are subscribed the post comments
- to the post owner if he has enabled ‘a comment is published on one of my posts.’ in notification settings.
- will NOT be sent to the User who just posted the comment
Comment reported as spam
- the
comment_spam.*.php
template is used from Email skin templates - will be sent to each user who has:
- permission to moderate the comment
- ownership of the collection
- enabled a comment is reported as spam and I have permissions to moderate it. in notification settings.
- will NOT be sent to the User who voted the comment as spam
Comment moderation reminders
- the
comments_unmoderated_reminder.*.php
template is used from Email skin templates - these notifications are handled with a scheduled job.
- Will be sent to Moderator who have enabled ‘comments are awaiting moderation for more than 1 day.’ in notification settings.
These reminder emails contain the number of each comments/blog where comment statuses are between the blog specific moderation statutes, and at least one comment between these were created at least x hours ago where ‘x’ is a comment reminder threshold and can be configured in the _advanced.php.
Note: The email contents are different for each notified moderator user, because they may have different permissions, and only those comments are counted where the user has permission to raise the notified comment status… in other words: the same comments as the ones which are visible on the Dashboard for a specific user.
Mentioned on a meta comment
- the
comment_new.*.php
template is used from Email skin templates - will be sent to each user who has:
- mentioned in the meta comment
- enabled I have been mentioned on a meta comment. in notification settings
Meta comment was posted
- the
comment_new.*.php
template is used from Email skin templates - will be sent right after a new meta comment was created
- will be sent to each user who has:
- permission to edit this newly created meta comment
- enabled a meta comment is posted. in notification settings, and/or
- will NOT be sent to the User who just posted the meta comment