Hey everyone,
I've been playing around with Drupal for a couple of months now (although I'm no expert). Anyway, I have organic groups, views, views fusion, cck, nodefamily and a few other modules installed on a test site and i'm trying to produce a view showing the following to no avail:
I'd like a view showing recent page content posted in all groups that are listed in the groups directory. The problem is that I'd like the view to show the relative group image next to each post.
The group image is cck imagefield which is attached to the "group" content type.
I have successfully managed to create a view showing all the recent pages with all necessary details (ie node title, created date, author, last comment etc) and a further view showing each group image. When I try to fuse the views using views fusion I either get a view showing each post next to every group image (instead of only next to the corresponding group image), a blank page, or an SQL syntax error relating to distinct nodes depending on which settings I use to fuse the views.
I have set the page content type to be a child of the group content type so I'm pretty sure those settings are correct. Also, I'm using the latest versions of all necessary modules (and drupal 5.1) so there shouldn't be any problem there either.
After searching issues and the forum etc for about a week now I've still found no solution so I thought I'd ask the wisdom of the community!
I thought of another possible alternative which would involve somehow pulling the image data from the group node and storing it in a custom cck field on the page node (so that I could bypass views fusion completely and have everything in one view) although this would need to be done automatically (without the user having to select an image from a drop-down or anything like that). I've had a little play around with the computed field and nodereference field but also with no joy.
Does anyone have any ideas as to how i might achieve this?
thanks in advance