Hello, thank you for this module first...
I'm trying to do something easy, but aggregator didn't work for me so i ran into Simplefeed.
It works fine but it seems there's something missing in the views module integration:

I can't find the way to show the body of the simplefeed node in a list view

I could use the teaser view but it is uncomfortable since i have to hide many elements.

I tried using the node:body field but it is empty...
There's a way to do this?

Thanks,
Da.

CommentFileSizeAuthor
#1 Edit view feeds_latest_block.png61.77 KBlaken
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

laken’s picture

Version: 5.x-2.0 » 5.x-2.2
Category: support » bug
FileSize
61.77 KB

I'm going to second this as not working. I'm trying to override the latest items block so that the body or teaser is displayed in addition to the link. It seems like it should be possible with the list view, and adding the field Node: Body to the view. However, when I add these fields, a wrapper div is output, but it is empty:
<div class="view-field view-data-node-body"/>

Looking at a feed item node with devel module "dev load" and "dev render" shows that my feed item indeed has a title, a URL, a teaser, and a body. So why is the body not output when it's selected as a field in the list view?

laken’s picture

bump