RSS feed, adding to a plugin
From e107 Wiki
e107 Wiki: English | Русский | Deutsch | Français | Magyar | Português | Български | Česky | Nederlands | Ελληνικά | Italiano | Norske | Polska | Slovenščina | Español | Svenska | Translate: Wiki | Page
Adding RSS Feeds To A PluginAs of e107 0.7 you can have RSS feeds generated for your particular plugin automatically. To add this functionality to your plugin, you need to create an e_rss.php file in the root of your plugin folder. Each e_rss.php file consists of two main parts. The first part creates an array called $eplug_rss_feed[]. This array is used to 'locate' the rss feeds for the rss admin area import feature. This array consists of the following values:
The second part creates an array called $eplug_rss_data[]. This array is used to 'retrieve' the rss feeds records for the rss generator. This array consists of the following values:
Required elements:
Optional elements - particularly useful for Podcasting.
| |||||||||||

