Could line 294 in commentrss.module be changed from

   '#title' => t('Enable comment feeds for vocabularies on the website (requires vocabulary_list module)'),

to

   '#title' => t('Enable comment feeds for vocabularies on the website (requires <a href="http://drupal.org/project/vocabulary_list">vocabulary_list</a> module)'),

I havent checked what it does but I like that references to other modules is linked for easy access.

Comments

gábor hojtsy’s picture

Thanks for the note. More likely that we remove this feature, since the vocabulary_list module was not updated since Drupal 4.5 (yes), and it does not have any recent releases at all. These kinds of listing and comment RSS feeds can be done with Views 2 now.

lomz’s picture

Fine by me.

gábor hojtsy’s picture

Status: Active » Closed (duplicate)

http://drupal.org/node/314255 is a newer but more accurate report on what should be done.