Closed (fixed)
Project:
Notify
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Oct 2009 at 16:35 UTC
Updated:
4 Aug 2010 at 18:40 UTC
Jump to comment: Most recent file
Hi,
it would be very useful to have an option to also get notified of comments that still need to be approved.
Cheers, Fons.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | notify_for_unapproved_comments.patch | 2.35 KB | sinasalek |
| #3 | notify_for_unapproved_comments.patch | 1.3 KB | sinasalek |
Comments
Comment #1
sinasalek commentedYes indeed, i got confused. I was expecting to receive notification for new comments just like contents but i didn't!. So how can i know when someone posts a new comment on my personal site that needs my approval?
Comment #2
Slovak commentedQuick fix details at http://peterpetrik.com/blog/2009/12/unapproved-comments-notification-wit...
Comment #3
sinasalek commentedThanks @slovak,
I created a patch out of the Quick fix and also added a condition.
Current patch sends notification for unapproved comments only when the user has "administer comments" permission.
Comment #4
sinasalek commentedComment #5
matt2000 commentedThanks for the patch! However, I really think we need to designate in the out which comments are published & which are not, like we do with nodes (see line 479 ff.)
Comment #6
sinasalek commentedIMHO administrators should receive notification for all comments, because they can also see unapproved comments. I don't think there is any administrator who does not want to receive notification for unapproved comments.
What do you have in mind? if there was any discussion about nodes before can you send me its link?
Comment #7
matt2000 commentedNo, I just mean that the in the email that gets sent, it should say 'UNPUBLISHED' next to unapproved comments so the admin can tell the difference. Especially important for sites with multiple admins. Again, look at the code, see how it's done with nodes.
Comment #8
sinasalek commentedAh, i see your point now. I'm preparing the second patch.
Comment #9
sinasalek commentedPatch update to cover comment #7 suggestion.
It appears like this on email now:
Comment #10
sinasalek commentedComment #11
TriAn commentedI thinck this guide will help:
http://www.jasonhooker.com/configure-drupal-notification-on-new-comments
So it helped me with unpublished comments notify
Comment #12
sinasalek commented@matt2000 waiting for your respond
Comment #13
matt2000 commentedNew dev release has a possible solution for this feature request. There's no UI or optional settings; it simply includes unpublished comments for users with 'administer comments' permission. Please test.
Comment #14
matt2000 commentedDebugged the code from #9, and prepped for upcoming release.