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

dawehner’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Component: Miscellaneous » Views Integration

Views doesn't do the views integration into cck.

So this should be a support issue for cck.

markus_petrux’s picture

Project: Content Construction Kit (CCK) » ImageField
Version: 6.x-2.5 » 6.x-3.x-dev
Component: Views Integration » Code

Each CCK field implements its own integration with Views, so this issue needs to be assigned to ImageField module.

quicksketch’s picture

Status: Active » Closed (fixed)

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.

Uncheck 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.