This plugin is a simple mod that relies on mod_rewrite to offer search engine/rss bots friendly feed urls. It relies on mybb's implementation of RSS, but it adds the required feed data in the HTML. Using this plugin, you can get the 'live bookmark' icon, when using Mozilla FireFox 1.5, whenever you load the board index or any specific forum on your board.
I) Requirements:
Not a big deal here, it just adds the RSS links embedded in HTML on Board Index and all the Forums.
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://localhost/mybb/feeds/rss2" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://localhost/mybb/feeds/rss92" />