Active
Project:
Thickbox
Version:
5.x-1.1
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2008 at 04:33 UTC
Updated:
2 Dec 2008 at 11:54 UTC
Hi I am using ImageCache + Imagefield + Thickbox + Views to create a gallery. It works well with one exception: Thickbox cycles through the images from the current view page and not through the whole set of pictures.
Let's say I have 30 images in a gallery and my gallery view is set to show 12 pictures per page. This means I will have 3 gallery pages to browse through. When I click on a thumbnail Thickbox shows the picture. Then when I click on the picture Thickbox shows the next and so on and so forth... until it reaches the end of the current page. How can I tell it to stop when the end of the view is reached instead?
Comments
Comment #1
SaMot91 commentedI am experencing the same problem.
The next and prev links only shows images on the current page.
Anyone has an adea ?
Comment #2
kirilius commentedAny suggestions?
Comment #3
frjo commentedThe thickbox.js script search the current page for all links with the class "thickbox". I don't know of a way to make it look at other than the current page as well.
Comment #4
bunya commentedHi
I have the same problem with image modules gallery, and I thing this is an improtant issue
This should be a solution: When thickbox reaches the last image, it should cycle to the next page. (Unfortunately I dont know js at all.)