XF 1.5 How can I modify RSS feed output?

rhodes

Active member
I would like to modify the output of my RSS feeds. We use prefixes for some of our forums and would like to hide the prefixes in the RSS feeds. Any idea in which function RSS feeds are created? Or can we solve this issue with TMS ?
 
This requires code changes/an add-on. You will basically have to entirely overwrite the RSS output functions.

See XenForo_ViewPublic_Forum_GlobalRss and XenForo_ViewPublic_Forum_View::renderRss.
 
Top Bottom