I'd like to be able to specify the fields that are available/visible on the import form. I'm not using the drupal body field in the content type that contains my imagefield, but it still appears in the import form. So is there a way to hide it or not show fields that aren't being used? And in addition, use cck fields?

Comments

wulff’s picture

Assigned: Unassigned » wulff
Category: support » feature

One solution would be to have the module behave like node.module and hide the body field if there's no body label set.

At a later date this could be extended to make it possible to select which cck fields to include in each row of the import table.

wulff’s picture

I have added the body field stuff to the latest development version of the module. It will be available within 12 hours.

I'll create a separate issue for the field selection request.

wulff’s picture

This has been fixed in version 1.9.

If the body field has been disabled in the content type settings it doesn't show up on the import form.

wulff’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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