It would be good to have a way to opt-out of including comments in the feed.
Attached patch does that.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | comment-rss1.patch | 2.33 KB | andypost |
| #5 | comment-rss.patch | 1.19 KB | andypost |
| drupal-comment.diff | 1.4 KB | hexmode |
It would be good to have a way to opt-out of including comments in the feed.
Attached patch does that.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | comment-rss1.patch | 2.33 KB | andypost |
| #5 | comment-rss.patch | 1.19 KB | andypost |
| drupal-comment.diff | 1.4 KB | hexmode |
Comments
Comment #1
damien tournoud commentedBoth Drupal 5 and Drupal 6 are feature frozen. Feature requests can only go in the current development version (Drupal 7-dev).
Comment #2
dave reidInteresting idea. I think it'd be better to have this as a checkbox along with #335929: Option to anonymize RSS feeds in admin/content/rss-publishing implemented by comment.module using hook_form_alter. Better yet, this would possibly be great with #230710: Centralized module to control feeds and feed types.
Comment #3
andypostMarked as duplicate #253391: Option to include comments into feeds
Comment #4
webchickWell. This isn't really to be ported. It's needs work because it's not written for D7.
Comment #5
andypostFirst of all there should be no comments if they are hidden
Next tests should be fixed
Comment #6
dave reidYep, seems like it just needs some tests.
Comment #7
andypostThis patch with improved tests but I need someone to correct comments and messages...
Comment #8
andypostStart testing
Comment #9
dries commentedLooks great. Committed to CVS. Thanks for the tests! :)