Page 1 of 1

XML Button

Posted: Fri Mar 11, 2005 2:38 pm
by csmith
Hi all!!

Okay, I 'm new here, but not to cms's. This one seems to be a perfect  mix between the lite v.s full featured ones! Great job!

Where can I find the XML button for the rss feed from a site? I notieced several posts referencing it.

Charles

Re: XML Button

Posted: Fri Mar 11, 2005 2:55 pm
by Ted
Put a separate {cms_module module="News" makerssbutton="true"} where you want the button to be.  It's a little hackish, but it makes it easier to put it where you want.

Re: XML Button

Posted: Sun Mar 27, 2005 9:49 pm
by Sjors
I managed to get RSS working, more or less...
But where can I change the title of the newsfeed? I would like to use a different name than 'Current News entries'.

Relevant part of http://www.fug.studver.uu.nl/moduleinte ... returnid=6
:
-



Current News entries
Sjors

Re: XML Button

Posted: Mon Mar 28, 2005 6:56 am
by raziel
Open 'modules/News/News.module.php' in an editor and search for

Code: Select all

	echo "  <description>Current News entries</description>\n";
raziel