Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: seadhna on February 13, 2013, 17:34:53

Title: rss feed
Post by: seadhna on February 13, 2013, 17:34:53
Hi there,
is it possible in Nautilus to modify the date format of the RSS feed - .e.g to remove the time or to put date after month? I have looked everywhere I can think of - there are some options in Components>Content but not for this - or e.g. for the image. I have replaced the image directly in the media folder as a workaround... many thanks.
Title: Re: rss feed
Post by: datahell on February 13, 2013, 19:36:58
The date format in RSS and ATOM feeds is standard, you should not change it! If you do so RSS grabbers wont be able to read it.

RSS date format: date(DATE_RSS, time()); (follows the RFC-822 specification (http://asg.web.cmu.edu/rfc/rfc822.html#sec-5))
ATOM date format: date(DATE_ATOM, time()); (follows the RFC-4287 specification (http://tools.ietf.org/html/rfc4287#page-10))

The dimensions of the thumbnails in RSS/ATOM feeds are those you have set in component content. Elxis doesn't resize images in feeds. It uses the thumbnails just as you have set them.
Title: Re: rss feed
Post by: seadhna on February 14, 2013, 02:06:01
Ok, thank you.