|
Ss Feeds Panel v1.01
|
| SiteMaster |
Posted on 03/31/2010 08:08
|

Super Admin

Posts: 55
Joined: 22.01.09
|
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.phpfus...
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
Edited by SiteMaster on 04/25/2010 20:31 |
| |
|
|
| Deeone |
Posted on 04/12/2010 17:17
|
Newbie

Posts: 6
Joined: 19.03.10
|
Hello I have a problem with the professional download system RSS Feed, there is no text on the RSS site.
I have a Screenshot at the Appendix.
My Site http://www.deeone.eu
sorry for my bad english
DeeoNe
Deeone attached the following image:
 [64.57Kb]
Edited by Deeone on 04/12/2010 17:18 |
| |
|
|
| SiteMaster |
Posted on 04/12/2010 20:21
|

Super Admin

Posts: 55
Joined: 22.01.09
|
use this release of a new version i made of the Ss Feeds Panel
there was an error in pdp in the old version, that error is fixed in the new version, and you can read in the thread on the MODs site on how to fix it
Edited by SiteMaster on 04/12/2010 20:48
If i have touched it, it's W3C Valid |
| |
|
|
| Deeone |
Posted on 04/12/2010 21:13
|
Newbie

Posts: 6
Joined: 19.03.10
|
I cannot download any files
Forbidden
You don't have permission to access the file on this server.
Today noon has the download works
Edited by SiteMaster on 04/12/2010 22:28 |
| |
|
|
| SiteMaster |
Posted on 04/12/2010 21:35
|

Super Admin

Posts: 55
Joined: 22.01.09
|
Deeone wrote:
I cannot download any files
Forbidden
You don't have permission to access the file on this server.
Today noon has the download works
that error should now be fixed, sorry but there was a ghost in my script that chmodded my files folder to 444
Edited by SiteMaster on 04/12/2010 22:28
If i have touched it, it's W3C Valid |
| |
|
|
| Deeone |
Posted on 04/12/2010 21:48
|
Newbie

Posts: 6
Joined: 19.03.10
|
Download: OK
Professional download system RSS site: OK
Thank you, everything works now
The best RSS feed panel I know
EDIT:
A small Problem on The Professional download system RSS Feed Site with the links to the downloads
Example:
wrong: http://www.deeone....php?did=4
right: http://www.deeone....php?did=8
look at http://www.deeone...s_feed.rss
Edited by Deeone on 04/12/2010 21:59 |
| |
|
|
| SiteMaster |
Posted on 04/12/2010 22:34
|

Super Admin

Posts: 55
Joined: 22.01.09
|
think i have solved that problem
open infusions/ss_feeds_panel/feeds/pdpdownloads_feed.php
find line 94
Code $rsid = intval($data['cat_id']);
change it to
Code $rsid = intval($data['download_id']);
Edited by SiteMaster on 04/12/2010 22:41
If i have touched it, it's W3C Valid |
| |
|
|
| Deeone |
Posted on 04/12/2010 22:42
|
Newbie

Posts: 6
Joined: 19.03.10
|
I have do that.
but nothing has changed |
| |
|
|
| SiteMaster |
Posted on 04/12/2010 22:43
|

Super Admin

Posts: 55
Joined: 22.01.09
|
i have just updated post #7, do it like in post #7 and it will work 
i though i could edit it before you saw it, but you were too fast
Edited by SiteMaster on 04/12/2010 22:46
If i have touched it, it's W3C Valid |
| |
|
|
| Deeone |
Posted on 04/12/2010 22:51
|
Newbie

Posts: 6
Joined: 19.03.10
|
ok.
I have change it and
It doesn't ' t work any way so, I try future times
See you tomorow, good Night
Tanks |
| |
|
|
| SiteMaster |
Posted on 04/12/2010 22:58
|

Super Admin

Posts: 55
Joined: 22.01.09
|
Deeone wrote:
ok.
I have change it and
It doesn't ' t work any way so, I try future times
See you tomorow, good Night
Tanks
you need to delete the "pdpdownloads_feed.rss" in the rss folder before it will work
If i have touched it, it's W3C Valid |
| |
|
|
| Fangree_Craig |
Posted on 04/12/2010 22:59
|

Newbie

Posts: 6
Joined: 22.06.09
|
This is a good mod thanks SS. Good to see a decent new RSS mod.

Fangree Productions - Mods & Themes for PHP-Fusion 7 |
| |
|
|
| Deeone |
Posted on 04/13/2010 15:06
|
Newbie

Posts: 6
Joined: 19.03.10
|
SiteMaster wrote:
you need to delete the "pdpdownloads_feed.rss" in the rss folder before it will work
Ah ok, Thank you for the note
I have do that and the links to the download WORKS.
PERFEKT 
Thank you for the very good Support
MFG
DeeoNe
P.S: sry for my bad english, i´m a German User  |
| |
|