It'd be nice if the node title could somehow be included in the item title, at the very least for the "entire site" feed. It could be done by making parts of the module themable, or by adding a configuration setting. I've added a simple patch that adds the title for all comment RSS items, in case anyone wants a quick fix.

CommentFileSizeAuthor
commentrss_node_title.patch1.59 KBmcarbone

Comments

gábor hojtsy’s picture

Status: Needs review » Fixed

This was fixed in a slightly different way earlier in http://drupal.org/node/214958 on the 5.x-2.x branch. Now I've made a release of the 2.x branch for 5.x and ported and released these improvements to 6.x-2.x. How it works now is that comment bodies in all but the single node feed include the "In reply to $node_title:" header. The single node feed includes the node title in the feed title itself, so no reason to add it to all items. Thanks for the suggestion and the patch. Sorry for not being great about releasing this code earlier, I am seriously late with it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.