Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 20:19 UTC
Updated:
21 Oct 2008 at 21:23 UTC
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
Comment #1
alex_b commentedThere might be overlap here: http://drupal.org/node/304007
Comment #2
aron novakNow there are a couple of fields for both items and the parent feed.
Comment #3
alex_b commentedJust 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-...
Comment #4
alex_b commentedWhat'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
Comment #5
alex_b commented#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?
Comment #6
alex_b commentedChecked out - looks great.
Missing:
- Feed ITEM title with link to original URL
(?)
Comment #7
aron novakI committed the fix for that additional field.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.