Closed (won't fix)
Project:
Advanced Views RSS Feed
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2010 at 08:45 UTC
Updated:
2 Feb 2012 at 00:14 UTC
I wrote a patch to add an option to View RSS' "Field Usage" setting to allow to output all fields to a RSS element (mostly in the description element.)
| Comment | File | Size | Author |
|---|---|---|---|
| views_rss.patch | 6.06 KB | moritzz |
Comments
Comment #1
David Goode commentedI don't think all-or-nothing would help all that many use cases. Also, why can't you just use views advanced render and stick everything into one field, and then assign that to description?
Thanks,
David
Comment #2
maciej.zgadzaj commentedSorry, but I see no point to it. You can easily add value of more than one field to any RSS element, just by rewriting output of the field you are adding.
To illustrate it with an example, let's assume you want to have both
nidandbodyvalues added to RSS<description>element - then:nidandbodyfields to your view,bodyfield, tickRewrite the output of this field,[nid]and[body],bodyto<description>element of your feed, and you're done.Also, check out module documentation - you will find most important information about module configuration there already (it's for versions 2.x, but you can get some ideas for previous versions as well). This specific case is not described there yet, but will be soon too.