I have a node type setup called "Image" that has a CCK Node Reference field. When I go to the Image Import page, there's no dropdown for this CCK field. So when I import images, I have to go to each Image node edit page to select the value for the CCK field. Is there a way to get the CCK field visible on the Image Import page, either for each image being imported or for all images being imported, to streamline the import process?

Comments

RobertNelsonVance’s picture

Title: CCK Fields on Image Importy Page » CCK Fields on Image Import Page
RobertNelsonVance’s picture

When I assign a taxonomy to my "Image" node type, the taxonomy dropdown does appear on the Image Import page, but the CCK field still does not.

joachim’s picture

Status: Active » Closed (duplicate)

> When I assign a taxonomy to my "Image" node type

That's because the import module handles taxonomy as a special case.

Marking as duplicate of #976120: programmatically created nodes (in import or attach) don't get required fields.