By nidhhog on
Hello.
I got drupal 6 installation with image module.
All I need is change upload image to not required. I mean, when I choose add new image, I have to select some image type file. I would like to be able to add new content by select add image, but do not have to select image file. Dont ask me why, it is complicated :)
So, is it possible? Maybe all what I need is a small change in code?
Help me.
Comments
_
the image module is designed to handle images-- if you don't want to upload images, you're better off using the core upload or contrib filefield modules.
As far as I know you could
As far as I know you could set the image field to not required. You can find the settings of your content type at admin/content/node-type/[content-type-name]/fields/[field-name]. There is a checkbox in that form that makes a field required or not.
Image module has got hard
Image module has got hard coded fields. There's no Configure / Remove option in operation column on admin/content/node-type/image/fields. The option described by @pgrond is valid for fields added via user interface. This is valide for drupal 6 haven't got an occasion to check it out in drupal 7.