Hello,

Currently, feed displays for a view can show the title, the teaser, and/or the full text of a node listed by the view the feed display is part of. It'd be great if they could also show/include fields like page and block displays can (i.e. include field content in the XML for the feed).

Your consideration of this request is appreciated!

Comments

merlinofchaos’s picture

At this time there will need to be some kind of a plugin to accomlish this.

merlinofchaos’s picture

Version: 6.x-2.0-beta4 » 6.x-2.x-dev

Posting a comment to sort of bump this:

I won't work on this feature myself. If someone wishes to provide a patch, I will consider it, so long as it is solid. Fields should be addable to the feed similar to the way 'rss item' allows the adding of extra items, but I'm not completely up on RSS, which is one reason I am not working on this myself.

ionmedia’s picture

created content type "News" with fields:
1. Title
2. Date
3. Short slogan
4. Short content
5. full content
6. category of news (from list of all categories)
7. type of news (from list of all news types e.g. presentation, bug report, alert and so on... )
8. source site link
9. source customer (news creator)
..
..

now i create new view, in result some type of users can see block with fields:
1. Date
2. Short slogan (with link to own node)

I plan to create RSS feed with this content:
Title of rss: !Short slogan
rss body: !source customer [static text (like publishes)] !type of news :
!date | !Short content
[static text, like YOU CAN SEE ALL] !category of news news at !category vews source link
[static, more about] !source customer. [official site of] !source site link

In result with values:
1. Title = new rss
2. Date = 2009.11.28
3. Short slogan (for block view) = cool RSS started
4. Short content (for block view) = your company's news can be faster, simpler and more viewable
5. full content = bla bla bla
6. category of news (from list of all categories) = internet
7. type of news (from list of all news types e.g. presentation, bug report, alert and so on... ) = presentation
8. source site link = www.example.com/rss
9. source customer (news creator) = ionmedia

we must have RSS:
Title:
cool RSS started

rss body:

ionmedia publishes presentation: 2009.11.28 | Your company's news can be faster, simpler and more viewable
YOU CAN SEE ALL internet news at www.exammple.com/rss/internet/
more about ionmedia. official site www.example.com/rss

please, explain me how i can create RSS from vews and how i can inject [static text] and !params from cck fields of my node

p.s.
my conf: VPS, D 6.14, cck, views and so on.

merlinofchaos’s picture

Status: Active » Closed (won't fix)

see http://drupal.org/project/views_rss assuming that project works that oughtta do it.

kenorb’s picture

subscribing