Forum
Generate Gallery Navigation Dynamically
I want to have a gallery navigation menu showing the gallery hierarchy.
When I am at page Album 1 or Image 1, 2, 3 page, the navigation is shown like this
Album 1
Image 1
Image 2
Image 3
Album 2
Album 3
Album 4
When I am at page Album 2 or Image 4, 5, 6 page, the navigation is shown like this
Album 1
Album 2
Image 4
Image 5
Image 6
Album 3
Album 4
How to generate this kind of navigation? Can you show with example?
Thanks,
In your page:
And then the
gallery/gallery_nav.html
template:Thank you Drew, this works perfectly. The only thing I don't understand is
PerchSystem::set_vars($album);
seems there is not difference with or without it.It makes sure the album details are available within the image template - but perhaps they are already.
Thank you!