What options are currently available for allowing users to be notified of new comments?
- Does Comment Notify work with Node Comments?
- Is there a way to make Notifications work without editing code?
- I have used RSS feeds, but not many people prefer this method.
- What other options are there?
Comments
Comment #1
OneTwoTait commentedAnswer to the first bullet point "does Comment Notify work with Node Comments?" is "no". See http://drupal.org/node/478322.
Comment #2
merlinofchaos commentedWe are looking to provide a patch to comment_notify this week.
Comment #3
OneTwoTait commentedCoooooolllllllll. It's like Christmas.
Comment #4
merlinofchaos commentedI just added 'nodecomment_notify' module, which handles the nodecomment side of doing notification. It has a dependency on comment_notify.module and it also requires this patch #487820: Cleanup of comment_notify code, though the only thing that is broken without that patch is that the emailed "disable" link won't work without it.
Give it a whirl and see how it works. I didn't test every permutation, but I did get basic notifications out of it.