Page 1 of 1

[SOLVED] Create RSS from News items

Posted: Mon Dec 31, 2007 7:30 am
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

Re: Create RSS from News items

Posted: Mon Dec 31, 2007 7:39 am
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...

Re: Create RSS from News items

Posted: Mon Dec 31, 2007 7:43 am
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

Re: Create RSS from News items

Posted: Mon Dec 31, 2007 7:49 am
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