By jimmykramer on
I need a way for multiple users to first upload images to the same gallery and then be able to insert an image from that gallery into a page/block/etc through the CCK. It would need to as simple as clicking an "Insert photo from gallery" button that brought up thumbnails of all the images in the shared gallery. Is there any such module or combination of modules that supports this?
Comments
_
There's probably 1/2 or so ways to do this depending on the exact details of what you want. Probably the simplest is the image and img_assist modules.
Shared image gallery
I'm developing a newspaper in drupal. I'm using imagefield and imagecache modules to store images.
I've created the following items:
1) content type "news" with a cck imagefield to store news with photos;
2) content type "image" to store the news image gallery.
I would like to know if it is possible to create content to "news" and select an inserted image from the "image" content type the news image gallery?