I'm creating a view that pulls all the images from a node (up to 20 - it's a photography site). These are all separate CCK Image Fields, each field has only one image (no mulit-value fields). The view is pulling the images just fine, but the gallery that the view is creating is only displaying the first CCK Image Field from each node.

For example, if I had 3 separate nodes, each with 3 images, I'd expect the Gallery to display 9 photos. Right now, however, it's only showing 3 - the first image from each node.

I'm assuming I have to manipulate some code in the module, but after searching through jquery.galleria.js, views-view-galleria.tpl.php, galleria_options.js, etc., I'm at a loss. Any ideas? This is for a client, and any help would be GREATLY appreciated.

-jweedman

Comments

jweedman’s picture

Anyone with any ideas?

jweedman’s picture

Any help would be awesome... please Drupal community.

jweedman’s picture

OK... I'm abandoning this module until a newer, more stable, release comes out. The idea is incredibly useful, but the module is just not there yet. As far as I can tell, the maintainer only thought to grab one image per node.

I will definitely be watching for a patch / update.

liquidcms’s picture

yup, it seems to only grab 1 field...

cameronjb’s picture

By the first 'image field' do you mean the first 'main-image' in which the JCarousel refers to? I am having this same issue, to where I want two gallerias with two jcarousels...however it seems that in the styling, there is only one reference to the 'main-image' (large image) and thus only one shows up on the page.

Is this what you are referring to?