Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Mar 2008 at 02:10 UTC
Updated:
29 Mar 2008 at 10:52 UTC
When creating $node object for a feeditem feedapi_node_link() [in feedapi_node.module] now formats the info about the parent feed as such (starting at line 86):
$links['feedapi_feed_'. $feed->nid] = array(
'title' => t('Feed:') .' '. $feed->title,
'href' => 'node/'. $feed->nid,
);
So that there is unique index, e.g, 'feedapi_feed_2345' vs. just 'feedapi'. Not sure if this is actually a bug, but, if not, is this necessary? It adds a real wrinkle when trying to theme.
Otherise, many thanks. This is a tremendous module.
Comments
Comment #1
aron novakWell, yes. It's a bug. I fixed this (next daily dev package will contain the fix), so now if the feed item does not have multiple originator feeds, you can theme the link easily. Just make sure that the cross feed deduping is disabled. If the cross feed deduping is enabled, currently i cannot see a good way, because if that case, a feed item may have unlimited originator feed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.