Newswire module?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Pance
Forum Members
Forum Members
Posts: 15
Joined: Wed Oct 06, 2010 5:47 pm

Newswire module?

Post by Pance »

Does anyone know if there's a "newswire" module. By newswire I mean a module that collects a bunch of RSS feeds automatically, (I suppose with the use of a cron job?) and then displays the title and link in a nice format. Something like this page - in the middle called "Newswire: Top Headlines Elsewhere":

http://www.rabble.ca

I think this site runs on Drupal, but was hoping someone else has designed it for CMSMS too?

Thanks.
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Newswire module?

Post by Jos »

Maybe the module XML Made Simple?
http://dev.cmsmadesimple.org/projects/xmlmadesimple
applejack
Power Poster
Power Poster
Posts: 1014
Joined: Fri Mar 30, 2007 2:28 am

Re: Newswire module?

Post by applejack »

yes there is a module or plugin. look and ye shall find.
applejack
Power Poster
Power Poster
Posts: 1014
Joined: Fri Mar 30, 2007 2:28 am

Re: Newswire module?

Post by applejack »

It is RSS2HTML module
Pance
Forum Members
Forum Members
Posts: 15
Joined: Wed Oct 06, 2010 5:47 pm

Re: Newswire module?

Post by Pance »

thanks for the suggestion - but this is what it says

"Maximum CMSMS Version Supported = 1.6.6"

Whereas I'm using the latest version 1.9.4.3

Pance
applejack
Power Poster
Power Poster
Posts: 1014
Joined: Fri Mar 30, 2007 2:28 am

Re: Newswire module?

Post by applejack »

You may be able to just edit the file for the version number. It is a long time since I used it.
Pance
Forum Members
Forum Members
Posts: 15
Joined: Wed Oct 06, 2010 5:47 pm

Re: Newswire module?

Post by Pance »

I'm now trying out XMLMadeSimple.

Apparently not that simple - at least for me.

I installed the module - no prob. And I added two feeds. But now I don't see any content from the feeds. I assume the problem is that it hasn't read the RSS feeds yet - and that's why there's no content. I used this

{$xml|var_dump} -> just "NULL"

{cms_module module="XMLMadeSimple" feed_id="2"} -> blank!

Any suggestions...??? How do I force it to reed the two RSS feeds? When I browse the MySQL table cms_content - there's nothing new there!

Pance
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Newswire module?

Post by Jos »

If you paste it this way in your template or page content, you should get some result:

Code: Select all

{cms_module module="XMLMadeSimple" feed_id="1"}
{$xml|var_dump}
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Newswire module?

Post by paulbaker »

[RSS2HTML...]
Pance wrote:"Maximum CMSMS Version Supported = 1.6.6"
It does indeed state that...not sure why. It works fine though. I have it running in a live site using 1.9.4.1.

I don't think it will cope with > 1 feed though, which it sounds like you are trying to do.
Post Reply

Return to “Modules/Add-Ons”