We need full blown views integration that not just exposes the feed items URL and other feed item related information but also

- link
- url
- title

of parent feed.

The title of the parent feed should be optionally linkable to

- node
- url (the RSS url)
- link (the site's url)

So that we can do views listings like this:

* [Feed item title w/ link to original article]
[Feed title w/ link to original site]

* [Feed item title w/ link to original article]
[Feed title w/ link to original site]

...

Comments

alex_b’s picture

There might be overlap here: http://drupal.org/node/304007

aron novak’s picture

Status: Active » Fixed

Now there are a couple of fields for both items and the parent feed.

alex_b’s picture

Status: Fixed » Active

Just tried to to use "Feed title with link to site" field on a list of feed items. I got a feedapi->feed_link handler does not exist error:

http://skitch.com/alexbarth/aei8/edit-view-feed-item-related-to-project-...

alex_b’s picture

What's missing now is argument/filters that allow feed properties to be used on feed items.

E. g. I'd like to select all feed items that are from feeds that are node referenced to a certain node.

node --(node reference)--> feed --(parent of)--> feed item

alex_b’s picture

#3 - I get the same problem when creating a view of feeds and using the same field.

"Error: handler for feedapi > feed_link doesn't exist!"

I get the same problem when using link to feed

"Error: handler for feedapi > feed_link doesn't exist! "

UI wise: on the filter drop down shouldn't there be one FeedAPI title option and then sub options on the configuration field?

alex_b’s picture

Checked out - looks great.

Missing:

- Feed ITEM title with link to original URL

(?)

aron novak’s picture

Status: Active » Fixed

I committed the fix for that additional field.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.