Topic: back button manipulation

I have seen some references to the back button with Juicebox.  Can I alter the url of the back button in the browser so that it goes to a specific page, rather than the previous photo, or is that something else entirely?

See http://www.fobgfc.org/?page=gallery.  When a gallery is selected, and the user visits each photo, I'd like the browser back button to return to the page listing all the galleries.

Thanks.

Re: back button manipulation

You can set a URL for the Back Button via the backButtonUrl configuration option (in JuiceboxBuilder-Pro's 'Customize -> Back Button' section).
The URL can be a relative path (relative to the web page containing the gallery's embedding code) or an absolute path (such as http://www.example.com/index.html).

Just set backButtonUrl="http://www.fobgfc.org/?page=gallery" and all should be well.

For reference a list of all Back Button configuration options can be found here.