From 64c50ea1564f54566ee7f32ce6fccc47868ce138 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 11 Sep 2013 11:43:09 -0700 Subject: [PATCH] Added TODO note about new e_rss standard. See chatbox_menu/e_rss.php for an example of the v2 standard. --- e107_plugins/calendar_menu/e_rss.php | 3 +++ e107_plugins/download/e_rss.php | 2 ++ e107_plugins/forum/e_rss.php | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/e107_plugins/calendar_menu/e_rss.php b/e107_plugins/calendar_menu/e_rss.php index 6ff9062d1..dd861cc74 100644 --- a/e107_plugins/calendar_menu/e_rss.php +++ b/e107_plugins/calendar_menu/e_rss.php @@ -25,6 +25,9 @@ if (!e107::isInstalled('calendar_menu')) return; include_lan(e_PLUGIN.'calendar_menu/languages/'.e_LANGUAGE.'_admin_calendar_menu.php'); // RSS messages are in admin language file +//FIXME TODO - Use v2 method. See chatbox_menu/e_rss.php + + //##### create feed for admin, return array $eplug_rss_feed -------------------------------- $feed['name'] = EC_ADLAN_A12; $feed['url'] = 'calendar'; //the identifier for the rss feed url diff --git a/e107_plugins/download/e_rss.php b/e107_plugins/download/e_rss.php index 00625b0e4..272927237 100644 --- a/e107_plugins/download/e_rss.php +++ b/e107_plugins/download/e_rss.php @@ -16,6 +16,8 @@ if (!defined('e107_INIT')) { exit; } +//FIXME TODO - Use v2 method. See chatbox_menu/e_rss.php + //##### create feed for admin, return array $eplug_rss_feed -------------------------------- // Download $feed['name'] = ADLAN_24; diff --git a/e107_plugins/forum/e_rss.php b/e107_plugins/forum/e_rss.php index 7ee27b7f3..861445278 100644 --- a/e107_plugins/forum/e_rss.php +++ b/e107_plugins/forum/e_rss.php @@ -2,7 +2,7 @@ if (!defined('e107_INIT')) { exit; } - +//FIXME TODO - Use v2 method. See chatbox_menu/e_rss.php //##### create feed for admin, return array $eplug_rss_feed -------------------------------- $feed = get_forum_rss();