G'day,

I'm not really sure what I'm after or even what the thing I'm after is called. :) Any help would be appreciated. I'm trying to find a module to showcase a set of images attached to a node. So something that looks like the example image on :

http://drupal.org/project/ajax_slideshow

But what I'm after is a module that works with an existing content type, and has the ability to attach 1 or more images to the existing node and show them in an ajax style thumbnail / single large image viewer. So much like the ajax_slideshow example but not getting the images from a view. The images would come from attachments to the node itself.

I've hunted through every module I can find, and they all either produce a single slide show from an entire content type via views, or are something that hasn't been updated in ages like http://drupal.org/project/slideshow Or is this module still in good shape, even with all of the still open issues?

Can anyone recommend something for me that they have experience with that works and fits my needs? Much appreciated.

Thanks,
Nick

Comments

WorldFallz’s picture

The only one that works that way that pops to mind is http://drupal.org/project/galleria. But, just so you know, you can make a view of images attached to a node so you can use any slideshow module you like (and the trend is only more and more toward views centric modules).

nickorr’s picture

Thanks WorldFallz,

I guess you're right about heading towards a views centric idea. And galleria does look good in terms of what it produces, it was actually one I didn't manage to come across in my searching.

Cheers,
Nick