Ss Feeds Panel v1.2
Posted by SiteMaster on April 23 2010 21:55:13
CHANGELOG
---------
v1.2
- Added an invisible panel that need to be the first panel in the left side, you can only use the Feeds Panel code below the invisible ss_feeds_panel.
- Fixed wrong atom link in articles_feed.php, donwloads_feed.php, posts_feed.php and weblinks_feed.php
-- Remember you need to delete the rss file in the rss folder before it will change the atom link.
- Removed "Enable" from all $locale['feed_desc']
- Changed news_feed.php to get data from news_extended instead of news_news
-- Remember you need to delete the rss file in the rss folder before it will get the data from news_extended.
- Added Update Frequency to the enabled feeds. (Default: Daily)
- Added RSS Code function, that will make the code you need if you want to use it in your own code.
- Added 30 different RSS icons.
- Link to the RSS file will now open in a new window.
- It will now make an RSS file when you enable a Feed in the admin section.
- It will now delete an RSS file when you disable a Feed in the admin section.
- Fixed coding error in pdpdownloads_feed.php (Thanks Deeone for reporting the error)
- Added alternate link to the head section. It will display a RSS icon in the adressbar in FireFox with a link to the RSS files.
- Added missing index.php in the images and rss folder
- Added Force Update option to the Feeds Panel it will be visible to any admin that has access right to the Ss Feeds Panel
- Added so you can select different icons to your feeds in the RSS Panel (see RSS Code section)
Extended News
REQUIREMENTS
------------
PHP-Fusion v7.00
DESCRIPTION
-----------
SiteMaster style Feeds Panel is an infusion you can use if you want feeds on your website.
There is an admin section where you can enable or disable feeds or set the order you want it to show in the panel.
Right now it includes Articles, Downloads, News, Weblinks, Posts and Pro Download Panel
You can easily add more to it, look in the feeds folder in ss_feeds_panel, there are two files to every feed
example: news_feed.php and news_feed_var.php, in news_feed.php is the code used to make the feed,
in news_feed_var.php you need to write the name of the feed without ".php" $feed_name = "news_feed";
and the name of the table in the database $feed_tablename = "news";
filenames in the feeds folder can only contain one _ in the file used to make the feed
and two _ in _var.php files
when you are done with the above goto to the locale/English/feeds in ss_feeds_panel folder
make a lang file with the same name you used to make the file that is used to make the feed code news_feed.php
hope the above is enough info for you to make more feed modules
If you make a module to this infusion/panel please post it on my site or reply to my post on the MODs site http://www.phpfusion-mods.com/
INSTALLATION
------------
1. Upload the administration and infusions folder to the root of your website
2. CHMOD the rss folder in ss_feeds_panel to 777 (on some servers 755 is enough)
3. Go to Admin Panel -> System Admin -> Infusions select the Ss Feeds Panel and click infuse
UPGRADE FROM OLDER VERSION
--------------------------
1. Defuse the old version
2. Upload the administration and infusions folder to the root of your website
3. CHMOD the rss folder in ss_feeds_panel to 777 (on some servers 755 is enough)
4. Go to Admin Panel -> System Admin -> Infusions select the Ss Feeds Panel and click infuse
USAGE
-----
Go to Admin Panel -> Infusions -> SiteMaster style Feeds Admin
Enable or Disable feeds and your done.
News is Enabled by default.
rss files will be created automatically once every 24 hours (it is triggered from the RSS Feeds panel or any page where you use the make_rss function)
UNINSTALLATION
--------------
1. Go to Admin Panel -> System Admin -> Infusions, Defuse SiteMaster style Feeds Panel.
2. Delete the ss_feeds_panel folder
LOCALE
------
English
Portuguese_Brazil (need some translation in locale/Portuguese_Brazil/infusion.php)
Bulgarian (need some translation in locale/Bulgarian/infusion.php)
VALIDATION
----------
XHTML Validated
RSS Validated
Special Thanks To
-----------------
Some of the code in admin section is taken from PHP-Fusion v7.00.07: Thanks Digitanium and the rest of the PHP-Fusion crew
CHANGELOG
---------
v1.2
- Added an invisible panel that need to be the first panel in the left side, you can only use the Feeds Panel code below the invisible ss_feeds_panel.
- Fixed wrong atom link in articles_feed.php, donwloads_feed.php, posts_feed.php and weblinks_feed.php
-- Remember you need to delete the rss file in the rss folder before it will change the atom link.
- Removed "Enable" from all $locale['feed_desc']
- Changed news_feed.php to get data from news_extended instead of news_news
-- Remember you need to delete the rss file in the rss folder before it will get the data from news_extended.
- Added Update Frequency to the enabled feeds. (Default: Daily)
- Added RSS Code function, that will make the code you need if you want to use it in your own code.
- Added 30 different RSS icons.
- Link to the RSS file will now open in a new window.
- It will now make an RSS file when you enable a Feed in the admin section.
- It will now delete an RSS file when you disable a Feed in the admin section.
- Fixed coding error in pdpdownloads_feed.php (Thanks Deeone for reporting the error)
- Added alternate link to the head section. It will display a RSS icon in the adressbar in FireFox with a link to the RSS files.
- Added missing index.php in the images and rss folder
- Added Force Update option to the Feeds Panel it will be visible to any admin that has access right to the Ss Feeds Panel
- Added so you can select different icons to your feeds in the RSS Panel (see RSS Code section)