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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | notify-commod.patch.txt | 4.87 KB | kthagen |
Comments
Comment #1
kthagen commentedThis 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.
Comment #2
gisleNotifications 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