Posted by lomz on September 22, 2008 at 7:00pm
Jump to:
| Project: | Comment RSS |
| Version: | 6.x-1.2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
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.
#2
Fine by me.
#3
http://drupal.org/node/314255 is a newer but more accurate report on what should be done.