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

SaMot91’s picture

Category: support » bug
Priority: Normal » Minor

I am experencing the same problem.

The next and prev links only shows images on the current page.

Anyone has an adea ?

kirilius’s picture

Any suggestions?

frjo’s picture

Category: bug » feature

The 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.

bunya’s picture

Hi

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.)