Ss Feeds Panel v1.3
Posted by SiteMaster on May 02 2010 21:23:49
CHANGELOG
---------
v1.3
- Added smileys to Latest Posts (Requested by Fangree_Craig)
- Added Latest Photos (Requested by Fangree_Craig)
- Added Latest Threads
- Added Latest Logs (SF Admin Log) (Requested by Fangree_Craig)
- Added Latest MODs (moddb v3.0)
- optimised DB queryes in the the RSS Panel
- Fixed Undefined variable: rss in ss_feeds_panel/feeds/weblinks_feed.php on line 68
- Changed the RSS Code section from 4 lines of code to one line of code.
- Added rss_icon function to the functions.php
- Added rss file Date and Time to the rss_icon function
- Added the rss_icon function to the RSS Panel
- optimised DB queryes in Latest Posts
- Added height and width to the feed icons in the RSS Panel (Requested by Fangree_Craig)
- Removed time and date from the title in all feeds
- Removed Force Update fron the top of the RSS Panel
- Added Force Update icon to all enabled feeds (blue globe). You can now only update feeds one at the time
- Made the feeds text in the RSS Panel to a link
- Added missing to feeds/photo_feed.php
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 VERSION 1.2
------------------------
1. Upload the administration and infusions folder to the root of your website
2. Check that the rss folder in ss_feeds_panel is CHMODDED to 777 (on some servers 755 is enough)
3. Go to Admin Panel -> System Admin -> Infusions select the Ss Feeds Panel and click infuse to update the version number
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
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.3
- Added smileys to Latest Posts (Requested by Fangree_Craig)
- Added Latest Photos (Requested by Fangree_Craig)
- Added Latest Threads
- Added Latest Logs (SF Admin Log) (Requested by Fangree_Craig)
- Added Latest MODs (moddb v3.0)
- optimised DB queryes in the the RSS Panel
- Fixed Undefined variable: rss in ss_feeds_panel/feeds/weblinks_feed.php on line 68
- Changed the RSS Code section from 4 lines of code to one line of code.
- Added rss_icon function to the functions.php
- Added rss file Date and Time to the rss_icon function
- Added the rss_icon function to the RSS Panel
- optimised DB queryes in Latest Posts
- Added height and width to the feed icons in the RSS Panel (Requested by Fangree_Craig)
- Removed time and date from the title in all feeds
- Removed Force Update fron the top of the RSS Panel
- Added Force Update icon to all enabled feeds (blue globe). You can now only update feeds one at the time
- Made the feeds text in the RSS Panel to a link
- Added missing to feeds/photo_feed.php