Hi. Here's a patch that adds views_fusion support to fooaggregator. I use it to create a view that shows me a unified list of items from each feed, with the name and image of the feed next to it.

CommentFileSizeAuthor
#3 views_fusion.diff6.46 KBAnonymous (not verified)
viewsfusion.diff655 bytesAnonymous (not verified)

Comments

Anonymous’s picture

alaa’s picture

linuxbox can you resend that patch? your comment while readable on email is not readable here at all.

trying to access the attached patch on http://drupal.org/files/issues/views_fusion.diff leads to d.o's homepage

Anonymous’s picture

StatusFileSize
new6.46 KB

Gawsh. I don't know how that happened. Here's the new one. This has both the item -> feed and the feed -> item relation. The feed -> item relation requires an additional table (though we can get away with a view in pgsql).

alaa’s picture

Status: Needs review » Needs work

thanx linuxbox,

I don't like the redundant table or the db_type switch though, you sure it can't be done by a join somehow? something similar to how we implemented item count and latest item fields in fooaggregator_views.inc

check _fooaggregator_count_views_tables() and _fooaggregator_latest_views_tables() for examples