Closed (fixed)
Project:
Subscriptions
Version:
5.x-2.0-beta6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2007 at 13:48 UTC
Updated:
22 Feb 2008 at 01:12 UTC
I'm trying to use the subscriptions module with the nodecomments module replacing comments.
unfortunately when a user posts a response to a subscribed node no email is sent.
I think this is because subscriptions uses hook_comment to trigger the email, and this is not happening. Is there any good pointers for modifying the module to work with nodecomment.
thanks.
Comments
Comment #1
salvisSubscriptions 1.9 will be replaced with the upcoming 2.0, which has a modular architecture. You should be able to write an add-on module that does this. The code handling the comments is in subscriptions_content.module, which is a required piece, but you can see how comments are handled there, and in subscriptions_taxonomy.module you can see how a completely independent add-on is attached.
Comment #2
salvis