SiteMaster style Feeds Panel v1.01
Posted by SiteMaster on March 31 2010 08:08:21
CHANGELOG
---------
v1.01
- fixed some minor code errors (thanks slaughter)

v1.0
- First public release
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.
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.

UNINSTALLATION
--------------
1. Go to Admin Panel -> System Admin -> Infusions, Defuse SiteMaster style Feeds Panel.


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.01
- fixed some minor code errors (thanks slaughter)

v1.0
- First public release