When I add multiple images (set to unlimited) to my node there is a "List" checkbox. I am expecting that if the box is unchecked the image will not display -- the checkbox seems to have no effect and is "magically" updated after I save the node.

I am looking to use this for a slideshow using Lightbox2 -- I want all images for the slideshow but only the first one to display in the node.

I am using:

* CCK: 6.x-2.0-rc6
* Lightbox2: 6.x-1.8,
* ImageCache: 6.x-1.0-alpha2
* ImageField: 6.x-3.0-alpha2
* ImageAPI: 6.x-1.0-alpha2
* FileField: 6.x-3.0-alpha4

CommentFileSizeAuthor
list_check_box.jpg27.55 KBjoemoraca

Comments

drewish’s picture

update to -dev it's fixed there.

joemoraca’s picture

Dev ? Imagefield doesn't seem to have any updates in CVS since the alpha2 release .... am I missing something?

Thanks for your work on this group of modules

drewish’s picture

Status: Active » Fixed

sorry, i meant to say filefield -dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

Lorbas’s picture

Version: 6.x-3.0-alpha2 » 6.x-3.0-alpha4
Status: Closed (fixed) » Active

Have same problem, next to the files, there is a "list" checkbox that should allow users to make their files "unlisted" (invisible except on the node edit form)... right? It's not working

drewish’s picture

personally i think that's by design for backwards compatibility with generic file listing style. it doesn't make much sense to have images that you upload but can't see.

Lorbas’s picture

yes but it's confusing for users, should be removed if it's useless

headkit’s picture

i think it is a good feature, like for editors who put in propositions and others who select, f.e.
if there is the possibility shown it should better work, don't you think?

headkit’s picture

when i update to dev, its fixed there?
do i have to reinstall or just bash the files over...

headkit’s picture

btw: meanwhile for the user take the option away with

#edit-field-image-0-ahah-wrapper #edit-field-image-0-list-wrapper{
	display:none;
}

;-)

quicksketch’s picture

To be clear, the "list" checkbox only has any effect at all if the formatter is set to "Generic files". It doesn't have any effect on other formatters.

quicksketch’s picture

Status: Active » Closed (duplicate)

This issue describes the problem more accurately, let's continue there. #358729: Imagefield formatters don't respect visibility options.