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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views_fusion.diff | 6.46 KB | Anonymous (not verified) |
| viewsfusion.diff | 655 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedComment #2
alaa commentedlinuxbox 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
Comment #3
Anonymous (not verified) commentedGawsh. 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).
Comment #4
alaa commentedthanx 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