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
RSS auto-discovery not happening
- Charles Butcher
- Forum Members
- Posts: 103
- Joined: Sat Jul 05, 2008 8:25 pm
Re: RSS auto-discovery not happening
Add:
to your Site Admin > Global Settings > Global Metadata
Code: Select all
<link rel="alternate" type="application/rss+xml" title="RSS" href="feed://mysite.com/News/rss" />
Re: RSS auto-discovery not happening
What is exactly your news tag?pwg wrote: I'm using 1.41 in all sites.
But remember that from 1.5+ this is deprecated in flavor of specific module
Alby