MyBB Community Forums

Full Version: Add item author and author profile URL to RSS feed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I hacked syndication.php and class_feedgeneration.php to add the item author names and author profile URLs to the RSS feed. However, the site owner of the MyBB installation I want to use this on would prefer that the change go through code review and be implemented as part of the official release before he uses it. See this fork.

Author email address is part of the RSS spec, but author name and profile URL are not. I guess that just means they're required, rather than optional. What do you think of this proposal?

(I'm aware that Atom is an option, but I want to integrate this with a MediaWiki extension that uses RSS.) Thanks.