By Lostmonkey on
Hi,
I have image galleries made using CCK, Imagefield, ImageCache and Views. All images have one or more terms associated with it, and each 'Gallery page' is a view selecting for a term.
I would like to add some navigation so that when viewing an image, one can choose 'next' or 'previous' to go to the next image belonging to the same term (gallery).
At the moment one has to go back to the gallery overview page to select another image.
Is this possible to do?
Thanks,
Mikkel
Comments
Still looking ..
My website is now almost the way I want it, however I am still trying to figure out how to make a navigation system for my terms. As mentioned above my image-nodes have terms associated with them, and I would like to be able to add 'next - previous' navigation so that the visitor can go to the next image-node with the same term.
As far as I can tell the problem with multiple terms is that the system has no memory, so that I can't tell the pager to stay within the term the visitor previously selected ... does this make any sense?
I am using Drupal for a gallery website, but I think this must be a problem for other sites as well?
Does anyone know of a solution? Am I missing something obvious? I have already tried the Custom pager module, but can't make this work for this situation.
Thanks,
Mikkel
www.lostmonkey.dk
When the problem cropped up for me,
I just wrote a little php script that added all images in any given gallery to a (pretty blank) book page, created just for that gallery.
That gives prev / up / next as a matter of course.
'course, whenever I upload a new batch of images, I rerun this script ... it'll ditch the old "book" entries for image galleries first, then add everything back in again.
That's on vanilla image + image_galleries, dunno how to make it work with cck + imagefield + imagecache + views.
http://www.henriettes-herb.com
Interesting
I would also be interested in a solution to that particular problem.
Any suggestions?
Best regards,
Lennart
Best regards,
Lennart