Closed (won't fix)
Project:
Advanced Views RSS Feed
Version:
6.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2010 at 15:26 UTC
Updated:
9 Feb 2012 at 13:25 UTC
When you add an argument to a view, you can configure that a 'summary' listing should be displayed when no argument is provided or is invalid. Even with the row style set to RSS Fields, this is still rendered as HTML and without all the rss feed headers, tags, etc. It'd be great in such scenarios that the RSS description field be set to the summary output.
Cheers,
Stella
Comments
Comment #1
rayvan commentedhow about argument support for all field usage values?
Comment #2
maciej.zgadzaj commentedTo tell the truth I don't see a way how this could work in a way which would be generic enough for all module users.
Let's assume we have a node-based view using Taxonomy: Term as an argument. Then, Summary would display list of all relevant terms.
Now, those terms cannot be displayed as
<item>elements, as they are not really feed items (in this case nodes are feed items).They could be displayed in channel
<description>element, but that wouldn't make too much sense, as channel<description>cannot contain any HTML in it, so there would be no links, just a list of terms. Quite pointless in my opinion.As I see it, in case of RSS feeds when there are no items to be displayed, then just no items are displayed, and nothing else should change - including all channel elements, which should stay the same too.
Please feel free to re-open the issue though if you'd like to discuss a different opinion.