I am making a gallery using the methods outlined in Jeff Eaton's Photo galleries with Views Attach.
I added Thickbox to provide a nice way way to view the images in a slideshow type mode (clicking next and prev)...
THIS IS AWSOME! Works great, easy to setup with REALLY slick navigation...
BUT....
If the view has the pager enabled, Thickbox only navigates through the images on the current page with prev/next.
Can it be configured to navigate through ALL images/nodes that are contained within the pager list?

Thanks for the help,
And thanks for the great module!

Comments

hunterchristy’s picture

bump

eastabrook’s picture

I would really like this possibility to be added aswell otherwise you have to show all your galleries images to allow them to user the next link through the whole gallery :(

olegvo’s picture

I subscribe.

arlinsandbulte’s picture

I've worked on this a little.
Due to the way that Thickbox works, only the images shown on the webpage are available to it... that is just the way the scripts work.

I think the best way to solve this will be to add some views display attachments to stick all the extra images into the page.
So, we would have our main (paged) view showing a subset of our images (according to the page number we are on).
Then we have another views display attachment before the main view to show the images in preceding pages.
Then we have another views display attachment after the main view to show the images in the following pages.

Then, we could somehow hide those attached view images.

That is my theory... but I don't know how to implement it... yet.
Any ideas?

frjo’s picture

Version: 6.x-1.4 » 6.x-1.x-dev
Category: support » feature

I think arlinsandbulte has described the problem correctly in comment #4 and the suggestion looks promising.

The way to hide the views display attachment that first comes to mind is simply to add some display:none; attributes to the theme CSS.

frjo’s picture

Status: Active » Closed (won't fix)