The nodeapi() function in node.module only allows the RSS item to be modified, and not the channel properties. This means that there is no way to change the title of the RSS feed without modifying core files. This makes tracking feeds more difficult for stats packages such as Mint.
I have attached a patch which adds $channel as the third argument to nodeapi() which passes this through to allow the channel information to be changed, as the items are currently. As the third argument is used, it should not break existing usage of nodeapi().
| Comment | File | Size | Author |
|---|---|---|---|
| rss_title.patch | 926 bytes | wretched sinner - saved by grace |
Comments
Comment #1
pasqualleComment #2
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #3
Enxebre commentedrss_title.patch queued for re-testing.