Ticket #13509 (confirmed Bug)
RSS feed does not "link" back to the Collection that generated it.
Reported by: | pdwpackrat | Owned by: | vangheem |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | User Experience and Interface | Version: | 4.2 |
Keywords: | rss_template, link, collection, patch | Cc: |
Description
When viewing an RSS feed with a RSS reader client or a sidebar with an RSS FEED from a plone site, the "More…" link for going to the feed sends me to the Home page of the Plone Web Site, not to the Collection that generated the RSS feed.
I have seen this is Plone 2, 3,and 4.
I have had to fix this in Plone 4.2.
In my verston of the file:
...\eggs\products.cmfplone-4.2.4-py2.6.egg\Products\CMFPlone\skins\plone_templates\rss_template.pt
I customize the "rss_template" and put it into /portal_skins/custom/ folder
ORIGINAL code snippet at about line 23:
<link tal:content="context/portal_url">http://url.to.portal</link>
replace with:
<link tal:content="context/@@plone_context_state/canonical_object_url">http://url.to.portal/collection-folder</link>
Change History
Note: See
TracTickets for help on using
tickets.