Ticket #20132 (confirmed Bug)
Plone RSS feed to display EVENT start date ...
Reported by: | pdwpackrat | Owned by: | vangheem |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | User Experience and Interface | Version: | 4.2 |
Keywords: | Cc: |
Description
RSS feed does not display EVENT start date a FIX for RSS feed to display the START date of an event, not the Publication or modification date of the event, using a simple edit of the rss.pt file
IE: add item/start/HTML4| to the tal:content
view name RSS template file
...\plone42\eggs\plone.app.collection-1.0.9-py2.6.egg\plone\app\collection\browser\templates\rss.pt
Edit Line 36
<dc:date tal:content="item/published/HTML4|item/modified/HTML4">Published or last modified date if no published date</dc:date>
change to :
<dc:date tal:content="item/start/HTML4|item/published/HTML4|item/modified/HTML4">Published or last modified date if no published date</dc:date>
Marking ticket as confirmed to get it out of the pile o' spam