Currently when you add Forward to comments, it creates urls like this:
http://www.mysite.com/forward?path=node/63&cid=341
I'm not sure if this is a bug or it was intended, but nothing is done with the cid past the point of filling out the form.
It would be nice if the cid was available in someway so it could be added to the email that is sent out (ie: http://www.mysite.com/node/63#comment-341 rather than just http://www.mysite.com/node/63)
I will probably hack together something but i think this should be part of the core forward module.
Great module! :)
Comments
Comment #1
seanrJust updated the Drupal 6 version to fix this. Do you have a D6 site you can test it on? If so, please get a checkout from CVS HEAD.
Comment #2
seanrOK, committed in D5, too; will have releases up in a bit.