Closed (fixed)
Project:
DruBB
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2009 at 03:43 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
After switching to node comments, we lost the comment notification functionality that comment_notify module was supplying.
I've opened up this issue to track this #483532: Provide integration with node comments.
We'll have to see how receptive greggles is to such a patch; if not, we'll probably have to add a notifications module for node comment specifically. :\
Comments
Comment #1
webchickTagging.
Comment #2
karens commentedThere is a comparison of notification modules at http://groups.drupal.org/node/15928, in case we need to find another solution.
Comment #3
merlinofchaos commentednodecomment now comes with nodecomment_notify which relies upon comment_notify.
We just need to make sure the drubb.install file turns this on and configures it.
Comment #4
merlinofchaos commentedAnd the .install now does this.