Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
system.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2008 at 16:27 UTC
Updated:
27 Aug 2011 at 03:55 UTC
It would be good to have a way to anonymize RSS feeds.
See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| rss-patch.diff | 2.43 KB | hexmode |
Comments
Comment #1
dave reidNew features are for the current version only (7.x). Only Drupal 5 and 6 can accept bug fixes.
I can't help but think this is better implemented as a contrib module since we currently don't hide author usernames and dates from nodes without a custom theme. Interesting idea though.
Comment #2
matulis commentedAs for now, I use hook_nodeapi to anonymize RSS feeds, author name is replaced with website name, but You can unset author name
unset($node->name)if You want.Comment #3
xjmI think this is probably a won't fix based on Dave Reid's comments and since there's a simple workaround for contrib.