Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 5, 20187 yr 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
March 5, 20187 yr 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().
March 5, 20187 yr Author 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?
Archived
This topic is now archived and is closed to further replies.