On a site I'm working on they wanted a "comment rss" link for nodes making it easier to subscribe. I attach the patch I made if you are interested in adding this feature to the module.

Comments

B.X’s picture

Title: Add a "comment rss" link to nodes making it easier to subscribe » Add a "comment rss" link to nodes with css class...
Assigned: Unassigned » B.X
StatusFileSize
new837 bytes

With css we should work, we put a picture, for example...

yaph’s picture

Title: Add a "comment rss" link to nodes with css class... » Add a "comment rss" link to nodes for Drupal Version 6.x
Version: master » 6.x-1.0
Assigned: B.X » yaph
StatusFileSize
new1.25 KB

This is a patch for the Drupal 6 version of the module, that adds a comment RSS link via hook_link to nodes, provided the commentrss_node variable is set to TRUE and the current node allows for comments.
This patch also fixes the bug in hook_menu as reported in http://drupal.org/node/256718

dave reid’s picture

Title: Add a "comment rss" link to nodes for Drupal Version 6.x » Add a "comment rss" using hook_link()
Version: 6.x-1.0 » 6.x-2.x-dev
Status: Needs review » Needs work

Needs to be re-rolled for 6.x-2.x for consideration.

ohnobinki’s picture

Assigned: yaph » Unassigned
Status: Needs work » Needs review
StatusFileSize
new999 bytes

Rerolled for 6.x-2.x. Nothing needed to be changed really except for removing the diff hunk which touched comentrss_menu().