[SOLVED] Create RSS from News items

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am

[SOLVED] Create RSS from News items

Post by Gregor »

Hello,

On the first page of my site (www.uisge-beatha.eu) I have news items to show up by using:

Code: Select all

{news number="3" summarytemplate='Uisge_Beatha_Logboek_Homepage' detailpage='Logoek' moretext='verder lezen...' lang='nl_NL' category="Logboek"}
I'd like to create RSS from these news items so I can shows these on a different website. While looking through the modules and formu, I could not find a way to get this done. Anyone who has a suggestion on how to solvve it?

Thanks in advance,
Gregor
Last edited by Gregor on Mon Dec 31, 2007 7:58 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Create RSS from News items

Post by Dr.CSS »

You have read the help for News?...

(optional) makerssbutton="true" - Make a button to link to an RSS feed of the News items.

{news makerssbutton="true"}  will make the RSS button show but you have to add it above or below your news tag call as it won't show the news just the button...
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am

Re: Create RSS from News items

Post by Gregor »

Thanks Mark,
I read that part of News, but I did not understand what was meant. I'll give it a try.
Gregor
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am

Re: Create RSS from News items

Post by Gregor »

Okay, If I place

Code: Select all

{news makerssbutton="true"}
before or after

Code: Select all

{news number="3" summarytemplate='Uisge_Beatha_Logboek_Homepage' detailpage='Logoek' moretext='verder lezen...' lang='nl_NL' category="Logboek"}
I both situation a RSS-button show up. Whe I put

Code: Select all

 makerssbutton="true"
inside the tag, than there is just the button. I understand.

Gregor
Last edited by Gregor on Mon Dec 31, 2007 7:58 am, edited 1 time in total.
Post Reply

Return to “CMSMS Core”