Ticket #20132 (confirmed Bug)

Opened 17 months ago

Last modified 17 months ago

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>

Change History

comment:1 Changed 17 months ago by cwainwright

  • Status changed from new to confirmed

Marking ticket as confirmed to get it out of the pile o' spam

Note: See TracTickets for help on using tickets.