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

salvis’s picture

Version: 5.x-1.9 » 5.x-2.0-beta6

Subscriptions 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.

salvis’s picture

Status: Active » Closed (fixed)