It occurred to me that when the user is browsing a specific category, he might expect the RSS provided by that page to also point to a category-specific feed.
I thought it might be a feature worth adding. What are the opinions here in the forum about this?
Then comes the other problem: if it's deemed a worthy addition, what's the best way of implementing this?
Changing the current theme to behave this way is simple enough, albeit a bit dirty, but I wanted something cleaner that could interact better with URL-rewriting and that could be switched on and off. Perhaps as a plugin, but most likely as an internal option. Something like "RSS Feeds Follow Current Category".
I imagine adding this functionality to the default index.tpl would already be a big help, but adding
Code: Select all
?category={$category}
Any pointers on the best practices when trying to introduce such general features?