Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Anton N Posted March 5, 2018 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
bfarber Posted March 5, 2018 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().
Anton N Posted March 5, 2018 Author 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?
bfarber Posted March 5, 2018 Posted March 5, 2018 https://invisioncommunity.com/forums/forum/506-customization-requests/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.