Hi
I have installed image field module to add an image to the article , after that i have installed imagecache to generate thumnails , but i am seeing there is no node as image. I want image node for every uploaded image (Uploaded by image field)
Please guide me how to resolve it.
Braham

Comments

nevets’s picture

It might help if you said how you want to use the image as the image field does not make a node per image. For example there are ways to make image galleries using the image field.

braham.p’s picture

Imagefield gallery module , it is fine and very charming but it also does'nt create a node type "image" just like "Image assist" module. Any other idea ??

nevets’s picture

Correct, why do you want an image node from the image?

kwgossett’s picture

I've created a simple classifieds system using CCK (D6.6). I want to allow users to add photos to their listing. Currently, I have Image.module and img_assist.module installed. It looks like I need Image_field.module to add the image field to the CCK....but there appear to be some conflicts.

http://drupal.org/project/imagefield

I'm not clear if I can (1) install imagefield for use on this CCK, cross my fingers and hope nothing gets deleted by image.module (currently, I just use Image.module for images inside of text - no other CCK/images yet), or (2) create an 'image field' another way (ie - with existing modules, nodereference, etc).

Any suggestions would be greatly appreciated.

Thanks,
Kelly