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
Comment #1
jweedman commentedAnyone with any ideas?
Comment #2
jweedman commentedAny help would be awesome... please Drupal community.
Comment #3
jweedman commentedOK... 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.
Comment #4
liquidcms commentedyup, it seems to only grab 1 field...
Comment #5
cameronjb commentedBy 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?