Ticket #13509 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by pdwpackrat

  • Owner set to vangheem
  • Component changed from Unknown to User Experience and Interface

comment:2 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Keywords collection, patch added; collection removed
Note: See TracTickets for help on using tickets.