Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook 5 hours ago
Anton N Posted March 5, 2018 Share Posted March 5, 2018 Hello, On the forum I create new RSS I need to change markup rss feed I want add for each post <category>Forum_name</category> <author>Nick_name</author> and change global description for channel <description> My description </description> (<title> does not match <description>) How can I do that? Please write to me where exactly is the part of the program that is responsible for the RSS Thanks, Anton Link to comment Share on other sites More sharing options...
bfarber Posted March 5, 2018 Share Posted March 5, 2018 You would need to write a plugin to extend \IPS\Content\Search\Result\Content to override addToRssFeed() and then \IPS\Xml\Rss to override addItem(). Link to comment Share on other sites More sharing options...
Anton N Posted March 5, 2018 Author Share Posted March 5, 2018 6 hours ago, bfarber said: You would need to write a plugin to extend \IPS\Content\Search\Result\Content to override addToRssFeed() and then \IPS\Xml\Rss to override addItem(). Thank you, something is already becoming clear. But I'm not sure what I can write a plugin. Who can help with the development? Link to comment Share on other sites More sharing options...
bfarber Posted March 5, 2018 Share Posted March 5, 2018 https://invisioncommunity.com/forums/forum/506-customization-requests/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.