Closed (fixed)
Project:
ImageField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2008 at 22:58 UTC
Updated:
8 Aug 2009 at 04:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdjung commentedI've wondered the wisdom of this myself as well on many occasions.
Comment #2
drewish commentedonly happens when you have an unlimited value field. and it's cck's doing so there's nothing we can do about it.
Comment #3
gallamine commentedI was wondering about this too. So, drewish, you say there's nothing that can be done? Here's a related thread about it. I couldn't really tell, though, if the issue was solved :-/
Comment #4
andrewsuth commentedIs it still the default behaviour of the ImageField module to use this CCK's settings? Because I am getting a different results..
I have 4 CCK fields all set to
unlimited:When I go to
/node/add/my-content-type, I see the correct CCK behaviour for Text, Video and Link: 2 x widgets for each field.For Image I only see 1 x widget.
When I look at the variable
$current_item_count, it has the value1for each of the CCK fields except for Image, which has the value0.Anybody else getting these inconsistencies?
Comment #5
mrgoltra commentedGood Day,
Finally found this instead of creating a new thread. I am having the same issue but in my case I am not getting any upload boxes until I click Add another item. I have my setting set at unlimited
Thank you,
Comment #6
andrewsuth commentedComment #7
quicksketchThe display of one field instead of two is intentional, see #468584: Make Imagefield Input Display Default to One. However mrgoltra's problem of *no* fields being available by default is definitely not correct. Unfortunately I can't reproduce that problem. Could you provide a set of steps to reproduce?
Comment #8
quicksketchSo as noted, the "problem" of showing one field instead of two is intentional. mrgoltra's problem is caused by the use of CCK 3 (development version) instead of CCK 2 (the more common, stable version). We can continue that discussion in #515622: FileField and CCK 3-dev result in no fields displayed by default, which accurately reports the problem.
Comment #9
mrgoltra commentedI just added a filefield (see attached). I have tried to disable and enable the module and I even tested on a test site. same issue. I tried different versions. You can check it out at usc.ismycampus.com.
Thank you.
update. marked mine as fixed. Using the current release, I noticed that image was greyed out for some reason.
Thank you.