Posts: 24
Threads: 3
Joined: Sep 2011
2011-09-13, 12:27:02
(This post was last modified: 2012-03-20, 13:22:05 by cms.)
News Manager RSS
Allows you to serve your News Manager blog as an RSS feed.
Get it from Extend
Get the source from GitHub
Requires News Manager - tested with News Manager 2.2.4.
Project homepage: http://www.reedmurphy.net/projects/news-...rss-plugin
Latest Version: 1.1.0 - March 2012
Installation
- Extract the zip file into your GetSimple plugins/ directory
- Copy themefiles/rss.php into your current theme
- Create a new page to be your RSS feed, and set it to use the rss.php template
- In "News Manager RSS Settings", set your newly created page as the RSS feed page
- Optional: If you have FeedBurner configured on your RSS feed, you can set your FeedBurner feed ID (the bit after http://feeds.feedburner.com/ in your FeedBurner URL) as well, and requests for your site's feed will be redirected to FeedBurner.
Posts: 45
Threads: 6
Joined: Apr 2011
Hello
I have found some bugs with the plugin.
1. In Safari 4.1 (Mac) I got message:
Safari can’t open the page.
Safari can’t open the page “feed://www......./rss/†because Safari can’t load any data from this location.
It loads with different browser....
2. ...but there are parsing errors
XML Parsing Error: undefined entity
Location: http://www..../rss/
Line Number 8, Column 32: when there's ó.
Get-Simple converts a lot of letters specific to other languages to entities, so that would make a lot of troubles to many non-English users.
Posts: 24
Threads: 3
Joined: Sep 2011
Hi blazejs,
Thank you for the bug report - I haven't tested this plugin with non-English characters, so I'm not surprised it broke
I'll check out the Safari issue on my own feeds, and see what I can do. In the meantime, are you able to PM me a link to the RSS feed that's showing the parsing error?
Posts: 24
Threads: 3
Joined: Sep 2011
Version 1.0.1 of News Manager RSS is now available, fixing several issues with encoding and escaping non-English characters.
Get it from Extend.
1.0.1 Changes:
Code: * Added MIT license
* Content escaping / encoding fixes:
* <description> no longer uses XML-encoded entities - the content is UTF-8 wrapped in CDATA
* <title> is UTF-8 with HTML special characters encoded
* <link> / <guid> encode HTML special characters
Posts: 2
Threads: 0
Joined: Dec 2011
Hi, I wondered if you can help me, I've recently added the latest version as I was having a problem in IE where it wouldn't display the feed. It's displaying now, but I notice that all the image links are broken
please see http://www.zengrenade.com/html-site/blog...e-rss-feed
It appears that the urls in the feed are being published with a "\" on the end which is causing the link to break
Posts: 24
Threads: 3
Joined: Sep 2011
Hi zengrenade,
It looks like I wasn't properly handling PHP's magic_quotes_gpc being set to On.
I've uploaded a new version of News Manager RSS to Extend, containing a fix for this issue - could you update to the latest version and let me know if that fixes things for you?
Posts: 2
Threads: 0
Joined: Dec 2011
That's working now, awesome, thanks
Posts: 1
Threads: 0
Joined: Feb 2012
Hello,
My feed is not valid not working in IE. Please see http://www.iglesiadediosnaco.org.do/rss
And try to suscribe en Google Reader and fails.
Madelyn
Posts: 48
Threads: 4
Joined: Jun 2011
Reed,
Just wanted to thank you for the plugin, works like a charm.
-Lasse
Posts: 24
Threads: 3
Joined: Sep 2011
Hi Madelyn,
I'm sorry to hear you're having issues with the RSS plugin. I've sent you a PM with a few questions that should help me track down the bug.
Posts: 24
Threads: 3
Joined: Sep 2011
Hi Lasse,
Thanks for the thanks - glad to hear it's working for you
Posts: 2,928
Threads: 195
Joined: Feb 2011
Please update the release-information in news_manager_rss.php
you updated to version 1.0.2, but your file still says: 1.0.1, so the new update-alerts in GS 3.1 show wrong alerts
Cheers, Connie
Code: <?php
/*
Plugin Name: News Manager RSS
Description: Adds RSS functionality to News Manager
Version: 1.0.1
Author: Reed Murphy
Author URI: http://www.reedmurphy.net/
*/
define('NMRSS_CONFIG_XML', GSDATAOTHERPATH .'nmrss_config.xml');
define('NMRSS_TAG', '[newsrss]');
$thisfile = basename(__FILE__, ".php");
register_plugin(
$thisfile, //Plugin id
'News Manager RSS', //Plugin name
'1.0.2', //Plugin version
'Reed Murphy', //Plugin author
'http://www.reedmurphy.net/', //author website
'', //Plugin description
'pages', //page type - on which admin tab to display
'nmrss_admin' //main function (administration)
);
Posts: 24
Threads: 3
Joined: Sep 2011
Hi Connie,
My apologies for that - I've updated the version number and resubmitted it to Extend.
Posts: 25
Threads: 7
Joined: May 2011
2012-03-13, 09:52:05
(This post was last modified: 2012-03-13, 09:54:37 by khan0000999563.)
Hi all.
It doesn't work for me: http://eventconst.ru/rss/
The same as in madelyn's case. Any suggestions?
PS: I use News Manager version 2.2.4 and Get-Simple version 3.1
Hail to get-simple developers!
Posts: 24
Threads: 3
Joined: Sep 2011
Hi reff,
I think I can see what's causing that issue (XML-encoded entities in the RSS <title> tag), and I've uploaded a fixed version to Extend; can you please install the updated version (note that you'll have to manually update the rss.php template, as it had to be changed for this fix), and let me know if it is fixed for you?
Posts: 25
Threads: 7
Joined: May 2011
ReedMurphy Thank you so much, now everything works fine!
Huge respect for your furiously quick reply!!!
Cheers
Hail to get-simple developers!
Posts: 24
Threads: 3
Joined: Sep 2011
Version 1.1.0 of News Manager RSS is now available, adding FeedBurner support.
Get it from Extend.
1.1.0 Changes:
Posts: 7
Threads: 0
Joined: Feb 2012
Hi there.
I instaled GS 3.1,
News manager 2.2.4 and
News Manager RSS 1.1.0
Rss is only shown in Firefox. On IE says "Feed code error" and on Chrome feed is not shown as it's should. Can you help me with this? I don't know what is wrong.
Thanks
Posts: 24
Threads: 3
Joined: Sep 2011
Hi Kovalj,
Can you PM me a link to your RSS feed, and I'll take a look at it?
Posts: 7
Threads: 0
Joined: Feb 2012
Hi ReedMurphy, thanks for quick reply.
I manage to find the problem, It seems script can't work when Share +3 plugin is activated. I disable Share +3 plugin and now works fine.
Thanks for great plugin.
Posts: 31
Threads: 6
Joined: May 2011
Hello Reed,
Many thanks for a very useful plugin. I have set up a test for myself here: http://www.ezistart.com.au/dev/rss/
It displays correctly in Firefox and IE, but not Chrome (it reports "This XML file does not appear to have any style information associated with it." and displays the raw XML file)
Any idea what the problem could be? I have v1.1.0 of the plugin installed and v3.1 of Get Simple.
Posts: 7
Threads: 0
Joined: Mar 2013
Hi ReedMurphy,
Thx for plugin!
but i have same problem like Kovalj.
When Share +3 plugin is activated rss dont work. When is disabled is OK
In Chrome:
error on line 38 at column 95: EntityRef: expecting ';'
in IE:
A semi colon character was expected.
Line: 38 Character: 103
i think numbers come from my text witch is cyrillic.
No problem in Firefox
Best regards
P.S.
share +3 v1.1
News Manager 2.3.5
News Manager RSS 1.1
Posts: 206
Threads: 7
Joined: Mar 2013
Hello,
thanks for this plugin, works well and looks how it's supposed to be
Just a question - is there a way to set up the number of characters displayed below every single title? Can I somehow turn off showing the excerpts in the feed? It would be nice.
Thanks in advance for your reply
Posts: 19
Threads: 1
Joined: Sep 2013
Hello!
Is this still supported? I am having the Chrome problem, although it is working perfectly in Firefox. I even set up a Feedburner to see if that would resolve the issue but it didn't. I have the "This XML file does not appear to have any style information associated with it. The document tree is shown below." problem.
Anyone have any ideas?
Posts: 19
Threads: 1
Joined: Sep 2013
I fixed it! Ignore me. I'm not an RSS girl. :-)
|