Active
Project:
Image FUpload
Version:
6.x-3.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2009 at 13:13 UTC
Updated:
10 Sep 2010 at 15:21 UTC
My image upload content-type is called 'job_images' and it has a nodereference field called 'job' that references 'job' content-type nodes. job_images has two other fields, one is a taxonomy field and the other is the image Fupload field.
The image uploading part is working well, I'm using the single node per image system. The problem is that on the preview page I can see the image and can pick a term from my taxonomy, but the nodereference select nor the cck checkbox fields are showing up. I need to be able to link these images to the job they belong to.
I have tried both version 6.x-3.0-rc2 and 6.x-3.x-dev with the same results.
Any ideas about why this is not working?
Thanks,
Tim
Comments
Comment #1
twooten commentedWhile testing I went to the 'Field Setting' section of my image fupload widget and under 'Editable Fields' I UNCHECKED the nodereference field I was wanting to be able to edit. Then I attempted to do another mass upload and what do you know, there was the nodereference drop down select.
Now maybe this is a typo but under the list of all the fields, it says
'Choose the fields which should be editable by the uploader. Note that depending on the storage mode, it is not possible to choose some fields.'
I figured that since I wanted my job nodereference to be editable, I should check that field. For whatever reason it works just the opposite.
What gives?
Comment #2
geerlingguy commentedJust wanted to say I had the exact same problem - once I unchecked the node reference field, I could select the node reference for all the uploaded imagefields at the outset. This was very unclear for me, and resolves the issue: #616944: Better Integration with Image FUpload
Comment #3
moonray commentedSame issue. Subscribing.
Comment #4
moonray commentedFrom what I can tell, this is due to this feature – where you can edit these fields for each individual uploaded node – not being implemented yet.
From code (includes/images.previewlist.imagefield.inc):
Comment #5
nbluto commentedSame issue, #2 worked for me! Subscribing