Closed (duplicate)
Project:
Image
Version:
6.x-1.0-alpha2
Component:
image_gallery
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2008 at 12:50 UTC
Updated:
4 Oct 2008 at 13:07 UTC
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
Comment #1
jesseliberty commentedI'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
Comment #2
Hetta commentedAdd your images, per gallery, to a book page, per gallery ... that's what I've done, and it works a treat.
Comment #3
rimma commentedanyone can give any idea?
Comment #4
halftone commentedI 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.
Comment #5
Hetta commentedduplicate of http://drupal.org/node/61704