Hi all,
I struggle configuring views to do that. So let me sum up shortly what I did and what I actually want to do :
I created a content type with CCK where I added a multiple imagefield (number of values set to unlimited)
I enabled the list field as well so that I am able to set it to true for some pics and false for others.
Now I would like to display in a view some images from that multiple imagefield, but only the ones that have the list option checked.
I cannot figure out how to do so !
I tried using filters by adding a "Content: Image Gallery (field_gallery_image) - list" option set to true, but it filters the node instead of the image field. I tried with relationships, thinking it might add new options somewhere but nothing happened.
Any help highly appreciated,
thanks in advance.
Comments
Comment #1
dawehnerViews doesn't do the views integration into cck.
So this should be a support issue for cck.
Comment #2
markus_petrux commentedEach CCK field implements its own integration with Views, so this issue needs to be assigned to ImageField module.
Comment #3
quicksketchUncheck the option for "Group multiple values" when configuring your image field within Views. Otherwise CCK only pulls in the first image and then does a second query to pull in the other values. I'm moving this to closed considering the age of the issue.