Hey Guys,
I am working on this site, where i want to be able to upload images when posting a node, and i want those images to be put into a gallery of some kind, so that when the user views the published post they can view the images in a slideshow at the end of the post...
I've looked into some image gallery modules fro drupal 6 but it seems that the modules ut there are only good for creating galleries outside of posts...
Am I looking in the wrong places? any suggestions...
Something that would work like this??
http://www.engadget.com/2008/10/18/slingcatcher-unboxing-and-hands-on/
i know I could do it by creating the galleries separately and then link to them manually from each post, but is there something the speeds up this whole process?
Comments
i would think you could use
i would think you could use a multi value imagefield and http://drupal.org/project/imagefield_gallery to get close to what you're looking for.
EDIT: another option: http://drupal.org/project/slideshow
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
Looks like they are 5.x
Looks like they are 5.x modules not 6.x
Any other suggestions for how to display multiple images per node?
Those are just the 2 i
Those are just the 2 i thought of off the top of my head-- there may be more. Just enter "gallery" in the 'Search downloads' box and browse.
Also, iirc, slideshow has functioning d6 code waiting to be commited in an issue in the issue's queue.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
There are dozens of ways to do this
More so even than in other areas of Drupal, there are dozens of ways to do this, the current trend favouring CCK Imagefield. There's an Imagefield Gallery module, haven't checked it out.
Asset module has a similar CCK approach, as well as macro tags for inline display
If you want to treat images as nodes, if so: Image module + Image Import - use Taxonomy+Image Gallery, Image Assist for inline display
or check out AcidFree, also Image-module based
Views gives a lot of extra flexibility - Views can be "embedded" in nodes, or use Panels, and can work with either Image module or Imagefield.
Very quick and easy: Brilliant Gallery http://drupal.org/project/brilliant_gallery
See also:
Upload Image http://drupal.org/project/upload_image
Node Images http://drupal.org/project/node_images
Inline http://drupal.org/project/inline
and I'm sure many more I've forgotten to mention