Here's my dilemma- I found an add-on image gallery module that suited my needs perfectly, but can't find the page for it again.

I was careless not to take the name down, but it is not one of the drupal core image modules.

In the demo the developers had were images of spaceships.

And each image, when displayed, had a previous-next < > link on it's sides.
perhaps this description can help me find this module.
I've been googling for "drupal gallery" and searching the site to no avail.
Please help.

Comments

gost_gost’s picture

It's not

Gallery 2 by codex
http://codex.gallery2.org/Integration:Drupal

Not
brilliant
http://www.vacilando.eu/bg
not Yet Another Gallery Module
http://drupal.org/project/yagm

And not a hundred other things.
But I finally found it.
Light box!
http://www.stellapower.net/lightbox2

vm’s picture

Lightbox isn't a gallery.module it allows images to overlay a website pulled from a gallery.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

gost_gost’s picture

thank you for your reply.
does this mean I would have to integrate it with a separate gallery module?
I like how it displays images.

vm’s picture

does this mean I would have to integrate it with a separate gallery module?

yes.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

gost_gost’s picture

Looks like that was the module I was searching for, as it integrates lightbox.

http://drupal.org/project/imagefield

vm’s picture

lightbox can be integreated with any image type module by alteringt the theme and adding the necessary code to the div.

there is plenty of documentation that can be found with google that explains how lightbox works.

Imagefield is a good module most certainly. I use it on a few different sites. Though that module doesn't great a gallery. it provides a field for images to be uploaded in a CCK created content type.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

end user’s picture