Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
feed displays
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2009 at 14:51 UTC
Updated:
14 Jul 2009 at 18:00 UTC
Feeds should have a link display override option so if multiple feeds exist in a single view, each one can have its
tag point to a different place, rather than them all being forced into using the default. The form is disabled because feed displays have a path and the default display plugin ends up interpreting this to mean it's like a page and doesn't have a link. The patch to fix this is very simple and attached, involving overriding the get function in the feed display class.
Thanks,
David
| Comment | File | Size | Author |
|---|---|---|---|
| views_feed_link_display.patch | 405 bytes | David Goode |
Comments
Comment #1
merlinofchaos commentedCommited to 2.x and 3.x branches! Thanks for this!