I'd like to receive a notification for "to be moderated" comments. At the moment only approved comments are included in a notify mail. I patched notify.inc not to filter for the unpublished comments, but it would be nice to have an administrative option.

CommentFileSizeAuthor
#1 notify-commod.patch.txt4.87 KBkthagen

Comments

kthagen’s picture

Version: 4.7.x-1.x-dev » master
Status: Active » Needs review
StatusFileSize
new4.87 KB

This patch appends a count of comments to be moderated for those with 'administer comments' permission. I'll add the ability to configure whether or not to include title/content for the comment as a later enhancement.

gisle’s picture

Status: Needs review » Closed (won't fix)

Notifications of unpublished content do not belong in the Notify module. It is better handled with Actions and Triggers (both in core), as described in this link: http://www.jasonhooker.com/configure-drupal-notification-on-new-comments.

See also: http://drupal.org/node/388996