Ss Feeds Panel v1.1
Posted by SiteMaster on April 12 2010 20:43:52
REQUIREMENTS
------------
PHP-Fusion v7.00

DESCRIPTION
-----------
SiteMaster style Feeds Panel is an infusion you can use if you want feeds on your website.
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

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)

UNINSTALLATION
--------------
1. Go to Admin Panel -> System Admin -> Infusions, Defuse SiteMaster style Feeds Panel.
2. Delete the ss_feeds_panel folder


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.1
- complete rewrite of the code
- made so it will create rss files of the feeds that are enabled
- added Portuguese_Brazil to the locale folder (Thanks Bruno)

v1.02
- fixed coding error in pdpdownloads_feed.php (Thanks DawciuPotter)
- added check to the *_feeds.php files, it will now display
-- "This Feeds Section is not active." if the section is not active or if there is nothing to display
- added missing "if (!defined("IN_FUSION")) { die("Access Denied"); }" to all *.feeds.php files

v1.01
- fixed some minor code errors (Thanks slaughter)

v1.0
- First public release