Closed (duplicate)
Project:
Comment RSS
Version:
6.x-1.2
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2008 at 19:00 UTC
Updated:
29 Sep 2008 at 10:40 UTC
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
Comment #1
gábor hojtsyThanks 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.
Comment #2
lomz commentedFine by me.
Comment #3
gábor hojtsyhttp://drupal.org/node/314255 is a newer but more accurate report on what should be done.