Hi,
I have set up a collection field that has an image field and a checkbox field so that each image on a node can be marked to appear in a gallery or not.

I would like to display these images in a galleria display on the node as well. http://drupal.org/project/galleria

I have set up a view to display the images for the collection and that's fine. I can display the image field as a galleria gallery but, as expected, it displays as one image in each galleria and then multiple gallerias rather than grouping all images into one galleria.

If I use galleria as the view format I get the following errors

Notice: Undefined property: FieldCollectionItemEntity::$language in theme_views_view_galleria() (line 87 of /sites/all/modules/galleria/theme/theme.inc).
Notice: Undefined index: in theme_views_view_galleria() (line 92 of /sites/all/modules/galleria/theme/theme.inc).
Notice: Undefined property: FieldCollectionItemEntity::$language in theme_views_view_galleria() (line 87 of /sites/all/modules/galleria/theme/theme.inc).
Notice: Undefined index: in theme_views_view_galleria() (line 92 of /sites/all/modules/galleria/theme/theme.inc).

and my view says Load failed: no data found.

Thanks,

Comments

muranod’s picture

Hitby, did you ever figure this out?

I also am having a hard time getting this to work.

Dan

Hitby’s picture

Unfortunately not. I didn't include the functionality in the end.

matysek145’s picture

Probably you wanted to use Views Slideshow: Galleria module. It works just fine with Field Collection. Make sure you set the height in settings or css or you will get error message.

matysek145’s picture

Issue summary: View changes

fixing english

mqanneh’s picture

Issue summary: View changes
Status: Active » Needs work