Hello,

when a user browses a gallery an views a image, he always has to return to the gallery view to view other images. I would like to add the gallery-pager into the image nodes, so that a user can browse the images in THE SAME gallery by klicking next (...or using the pager).
How can I do that?

Thanks =)

Comments

jesseliberty’s picture

I'm down to work on this for implementation for www.harmonyjean.com

Looking fir collaborators on this.

hit me via my emails....
jesse [at] fenariogallery [dot] com

Hetta’s picture

Add your images, per gallery, to a book page, per gallery ... that's what I've done, and it works a treat.

rimma’s picture

anyone can give any idea?

halftone’s picture

I have a working bare-bones custom module which provides for 3 different types of pager with Drupal 5's image_gallery and also works with the Nodeorder module if used to set an explicit order of images (via hacked image_gallery.module). It's evolved from http://drupal.org/node/193056 for 4.7, plus some of the other image pager ideas. All a bit half-baked at present but robust.

It uses another hack to the image_gallery.module to fix problems with the breadcrumb becoming deranged where multiple taxonomies are used, and a custom node-mage.tpl.php that calls whichever of the 3 pagers are used. What it lacks is a front end to choose the pager required, and it would need updating to Drupal 6. It's also a bad idea to hack modules... I had hoped to get it to a state where it might be adopted as a /contrib accompaniment to image_gallery as image ordering and a pager are both FAQ's and multi-taxonomies break 4.7 and 5.n Image, but the evolutionary direction of Image now seems headed off toward Views, CCK, Custom Pagers, Imagefield etc so I think Darwin has passed it by. If anyone's interested in it, I'll post it but it's too late tonight.

Hetta’s picture

Status: Active » Closed (duplicate)