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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | commentrss-91052-d6.patch | 999 bytes | ohnobinki |
| #2 | commentrss-6.x-1.0-hook-link.patch | 1.25 KB | yaph |
| #1 | commentrss_link_2.patch | 837 bytes | B.X |
| commentrss_link.patch | 820 bytes | frjo |
Comments
Comment #1
B.X commentedWith css we should work, we put a picture, for example...
Comment #2
yaph commentedThis 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
Comment #3
dave reidNeeds to be re-rolled for 6.x-2.x for consideration.
Comment #5
ohnobinki commentedRerolled for 6.x-2.x. Nothing needed to be changed really except for removing the diff hunk which touched comentrss_menu().