|
RSS Parser Panel
|
| Stewart-G0LGS |
Posted on 30-01-2011 13:00
|

Member

Posts: 77
Joined: 28/11/2010
|
RSS Parser Panel displays any number of RSS Feeds from other sites into side or center panels on your PHP-Fusion site.
The Administration Panel is used to configure Feeds and you can use the Standard Panel Admin page to control the display order.
Sample Feeds are included.
-- View this Addon -- |
| |
|
|
| honeyy |
Posted on 30-01-2011 22:54
|

Junior Member

Posts: 23
Joined: 04/11/2007
|
Hi..
I tried to add my twitter to this. However i get the following errors:
Notice: Undefined index: panel_name in /usr/local/www/data/virtual/*/htdocs/infusions/rss_parser_panel/rss_parser_panel.php on line 44 Notice: Undefined index: panel_name in /usr/local/www/data/virtual/*/htdocs/infusions/rss_parser_panel/rss_parser_panel.php on line 49
I hope i get a solution soon to fix this.
Thanks 
--Honeyy |
| |
|
|
| Rolf Mayer |
Posted on 30-01-2011 23:03
|

Senior Member

Posts: 413
Joined: 01/11/2010
|
Looks like missing locale!
Ex
|
| |
|
|
| smokeman |
Posted on 31-01-2011 03:44
|

Veteran Member

Posts: 960
Joined: 23/06/2006
|
Just follow the readme-file:
For V7.01.xx you may need to edit themes/templates/panels.php and change
(line 56 approx)
"SELECT panel_side, panel_type, panel_filename, panel_content FROM ".DB_PANELS."
to:
"SELECT panel_side, panel_type, panel_name, panel_filename, panel_content FROM ".DB_PANELS."
|
| |
|
|
| J_Bear |
Posted on 31-01-2011 08:15
|

Member

Posts: 77
Joined: 07/02/2006
|
Works perfect on 7.01
Great Infusion.
Jelle.
------
For every 60 seconds of anger, you lose one minute of happiness
|
| |
|
|
| nostradamus |
Posted on 10-02-2011 16:50
|

Newbie

Posts: 6
Joined: 28/07/2010
|
how can i get it to show the euro sign instead of Code€
|
| |
|
|
| smokeman |
Posted on 10-02-2011 17:07
|

Veteran Member

Posts: 960
Joined: 23/06/2006
|
I have not tested the following - but you can try it if you want to:
Open up the file lastRSS.php - and find this line:
Codevar $default_cp = 'UTF-8';
- where you can change UTF-8 to the right character set for your site-language.
But as mentioned - this is not tested. I've only looked at the codes.
|
| |
|
|
| Craig |
Posted on 10-02-2011 17:13
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
You would think signs to do with currencies would be the same for every country considering it's a symbol that is recognised worldwide. That charset stuff is just silly. heheh
|
| |
|
|
| nostradamus |
Posted on 10-02-2011 17:27
|

Newbie

Posts: 6
Joined: 28/07/2010
|
nope i tried ISO-8859-1 still not getting the euro sign  |
| |
|
|
| nostradamus |
Posted on 10-02-2011 18:26
|

Newbie

Posts: 6
Joined: 28/07/2010
|
i also noticed that images don't get parst
look at http://webduivelt...l/news.php for a exemple |
| |
|
|
| nostradamus |
Posted on 11-02-2011 14:49
|

Newbie

Posts: 6
Joined: 28/07/2010
|
still not working correctly i even updated fusion it self to the latest release |
| |
|
|
| Craig |
Posted on 11-02-2011 14:51
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
Something wrong with the Edit post option? :S
|
| |
|
|
| nostradamus |
Posted on 11-02-2011 16:09
|

Newbie

Posts: 6
Joined: 28/07/2010
|
Fangree_Craig wrote:
Something wrong with the Edit post option? :S
didn't know normally you cant edit a post after er certain time
some how i got the images to show up now still trying to get the euro sign  |
| |
|
|
| Craig |
Posted on 11-02-2011 16:12
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
nostradamus wrote:
Fangree_Craig wrote:
Something wrong with the Edit post option? :S
didn't know  normally you cant edit a post after er certain time
Not with this CMS.
|
| |
|
|
| Stewart-G0LGS |
Posted on 11-02-2011 18:32
|

Member

Posts: 77
Joined: 28/11/2010
|
I have been sent a direct email regarding this issue, but I am afraid that I am unable to help with the not displaying Euro currency symbols or with regard to the image problem.
I have looked that the site given as the one with the issue, but I am unable to offer much help or advice (English is my only Language)
As far as I recall I have not seen or tried to use a RSS Feed that contains either of these items (I was not aware that RSS Feeds could even contain image links as part of an item) most of the work is done by the lastrss.php parser (which is NOT my work) - perhaps it cannot handle this sort of feed.
Stewart G0LGS
I DO NOT response to PM's regarding any posts on this Forum !
|
| |
|
|
| mishafie |
Posted on 15-02-2011 14:34
|

Newbie

Posts: 7
Joined: 30/10/2008
|
I installed this panel on my website www.skkdim.com.
It displays the news headline and follows by long description.
Could i possibly display the headline only? |
| |
|
|
| Stewart-G0LGS |
Posted on 15-02-2011 16:49
|

Member

Posts: 77
Joined: 28/11/2010
|
mishafie wrote:
I installed this panel on my website www.skkdim.com.
It displays the news headline and follows by long description.
Could i possibly display the headline only?
If you have it as a side panel then it should do that anyway, but if you are using it as a center panel then commenting out line 132 and/or line 148 in rss_parser_panel.php :
// echo "<br /><br />".$item['description']."\n";
Will show just the title, but this will affect all panels that the system displays using this add-on.
(I will think about this as an option for each panel in the next release).
Stewart G0LGS
I DO NOT response to PM's regarding any posts on this Forum !
|
| |
|
|
| mishafie |
Posted on 17-02-2011 13:56
|

Newbie

Posts: 7
Joined: 30/10/2008
|
Thanks a lot Stewart-G0LGS
It works now without displaying the description..
(I will think about this as an option for each panel in the next release).
i can't wait for this..you are genius! |
| |
|
|
| Stewart-G0LGS |
Posted on 05-03-2011 01:25
|

Member

Posts: 77
Joined: 28/11/2010
|
New release now available - Just click the link in the admin panel.
Stewart G0LGS
I DO NOT response to PM's regarding any posts on this Forum !
|
| |
|
|
| Stewart-G0LGS |
Posted on 12-03-2011 07:30
|

Member

Posts: 77
Joined: 28/11/2010
|
Neither of the Feeds validate correctly (according to http://validator.... ).
Seems that your second feed URL is longer than I allowed in the Database and the configuration form (100 Characters) - however extending that still does not allow your URL to work.
I suspect that it is something about the content of the Feed that the 'lastRSS' parser that I use does not like.
Edited by Stewart-G0LGS on 12-03-2011 08:09
Stewart G0LGS
I DO NOT response to PM's regarding any posts on this Forum !
|
| |
|