I am running ImageField 6.x-3.0-rc1, FileField 6.x-3.0-rc1, CCK 6.x-2.2, and Views 6.x-2.3.

I would like the ability to filter my view on the "list" checkbox of an image field - to retrieve only the nodes with *listed* images (images with the "list" checkbox checked), and not *unlisted* images.

It appears that this is impossible. Is there something I'm missing?

Also, let me know if this should go on the FileField issue queue -- I can't keep track of how the modules work together these days!

Comments

quicksketch’s picture

Project: ImageField » FileField

Hm, I would have thought CCK would expose this field for us, but it doesn't seem that it has. Looks like we'll need to tell CCK to make the "list" field a filtering option in Views.

Technically this is part of FileField, but it doesn't really matter where you file the issue as long as we don't get the same issue in both queues. :-)

quicksketch’s picture

Status: Active » Fixed

Fixed as part of #366434: Represent title, description or alt fields in Views 2. You may now add the "Content: [Name of field] - list" filter, then filter the list where the value is "True".

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tomas.teicher’s picture

I am using version 6.x-3.9 and filter doens't work. It works correctly only when I set filter value to TRUE. When I set FALSE, I suppose it returns all nodes without file in cck field, but false returns nothing

tinem’s picture

Think it's better I make a new issue because this is marked as fixed. :-)