On Aug 29, 2007, at 9:05 AM, Fred Jones wrote:
What module is ideal to allow me to attach images to CCK nodes, including creating thumbnails (which one can click to see the full version)?
Laura Scott wrote:
imagecache is what you need.
Also look at thickbox (for js expansions of images) and views (which can handle both imagecache images and thickbox handling).
This doesn't seem to be all that I need. Perhaps I wasn't clear.
What I have is a CCK form that allows visitors to add content to our site--we then review it and publish it. We want to allow them to also add images when they create new nodes--up to 3 images per node. I want those images to be thumbnails which can be clicked to show a large version.
Is this possible? If so, how?
Image field is the missing element. THe above recommendations still apply.
Laura