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

twooten’s picture

Title: Nodereference fields not showing up » [Solved] - Nodereference fields not showing up

While 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?

geerlingguy’s picture

Just 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

moonray’s picture

Same issue. Subscribing.

moonray’s picture

From 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):

<?php
      // cck fields (contributed module)
      // ... will follow in future version
?>
nbluto’s picture

Same issue, #2 worked for me! Subscribing