I'm looking for a module that will allow me to do the below, I know there is one out there somewhere. I think that I may have been looking in the wrong place. I looked under "Gallery" and the majority of the options were galleries where you were shown all the images, and had to click each individually then go back to the gallery. I'm looking for one that has pagination (next,prev), description and possibly thumbnails (not as important). I did see one (Born Free) but didn't feel confident since it hadn't been updated since Oct 08,

http://movies.yahoo.com/photos/collections/gallery/1985/awesomelame-alie...

Comments

vm’s picture

views.module can do this and one can use something like jquery cycle or some such. The implementation you see isn't really a gallery (per sey) which is why looking at gallery modules may not be fruitful.

rabidDog’s picture

hmmm, not sure what to call this anymore.

From my limited understanding, it appears that this may be two Content Types and a View to control the pagination?

The first Content Type would be to create a unique gallery, the second content type would be for the pictures and descriptions. The View would be embedded in the first Content Type and pull in the second Content Type and control pagination.

vm’s picture

may want to investigate the views_gallery.module ?