I'm trying to complete a new site of mine, but there is one important piece missing -
a nice image gallery.

I've used gallery(2) for quite some time now, and it's a gallery I love, but for standalone action - embedding it into drupal, and make it look good haven't been very easy.

So I started looking around for some native drupal image gallery - but I can't find any working for 4.7.0 :-(
acidfree and shazamgallery need's modules that I can't find any updated versions for, but I can't find any other than the module I already use to embed gallery2.

Is there any other feature rich gallery out there?
Or should I stick with gallery, learn their hideous markup and make my own theme?

Comments

Steve Viscido’s picture

The standard Image module (grab the CVS version) works with 4.7 and has a simplistic gallery implementation. It's reather featureless, but it lets you group images into collections you could loosely (for lack of a better term) call galleries (and the Image module calls them that).

bugz_nz’s picture

If you are looking for a "pure gallery" option with all the features of Menalto Gallery, then I do not think there is an alternative module which will suit you. (I could be wrong)

The drupal image.module comes with a gallery option which I find to be quite suitable for simple gallery creation and image storage. This is good for a small site which doesn't need all the features offered by Gallery.

I would suggest using the gallery itegration package and working on a way to customise the look of your Gallery to suit your site if you need something more comprehensive.

sigi’s picture

Acidfree works with 4.7.0. Get the needed modules from CVS!

Mirrorball’s picture

Acidfree for 4.7.0 has a path bug. The 'next' and 'previous' links don't work with the path module (at least for me).