The module is working fine in that it sends the subscriber an email with a clickable address that looks like this: http://mysite.com/?q=node/view/189#555. The problem is that when I click on this link, it does not go directly to the comment but only to the top of the node itself. I notice that the link to a comment from the "administer" page is "?q=node/view/189#comment-555. That seems to take my Explorer 6.0 browser directly to the comment.

Comments

rightchristians’s picture

I made the following changes to the subscriptions module so that the link in the email is the same as the link found on the administer page:

1) dropped the "#" from the definition of $cid; and

2) changed $body to "url("node/view/$nid#comment-$cid"

My first test worked fine and took me right to the comment with IE 6.0.

rightchristians’s picture

The change also works with Netscape 7.1.

TDobes’s picture

Assigned: Unassigned » TDobes

I've committed a similar fix to cvs... thanks for spotting this!

Anonymous’s picture