Page 1 of 1

RSS auto-discovery not happening

Posted: Thu Oct 16, 2008 3:00 am
by pwg
Hi,

I'm having a problem with a few CMSMS sites not adding the RSS auto-discovery link into the head of the template, thereby not adding the RSS button into the browser.

i also have a few sites where it is working perfectly.

I've looked as hard as I can - even over-righting the News modules in the none working with the working but to no avail.

I'm using 1.41 in all sites.

anyone with any ideas what I'm doing wrong/ autodiscovery link is checked.

Thanks for any help.

pwg

Re: RSS auto-discovery not happening

Posted: Sat Dec 13, 2008 11:18 am
by Charles Butcher
Add:

Code: Select all

<link rel="alternate" type="application/rss+xml" title="RSS" href="feed://mysite.com/News/rss" />
to your Site Admin > Global Settings > Global Metadata

Re: RSS auto-discovery not happening

Posted: Sat Dec 13, 2008 11:25 am
by alby
pwg wrote: I'm using 1.41 in all sites.
What is exactly your news tag?
But remember that from 1.5+ this is deprecated in flavor of specific module


Alby