quickluis Posted August 30, 2015 Share Posted August 30, 2015 There are plenty of solutions for paginating galleries of images using MarkupNav and a couple of templates. However, I wanted to know if there are any solutions for paginating a few galleries on a single template. I have a few pages on a site that contain a few albums each. I was using a repeater to create each 'album'. Then included 'image' and 'title' fields to organize the 'albums'. I implemented a solution to image pagination found on this thread. But, soon realized that there was a single GET variable keeping track of the 'current page'. All of the albums would be on the same page. Synchronized results are great for some projects, but definitely not this one. Can MarkupNav be manipulated to use as many GET variables as needed for the number of albums per page? Thank you for your time, Luis Link to comment Share on other sites More sharing options...
LostKobrakai Posted August 30, 2015 Share Posted August 30, 2015 You can manage the GET variables on your own using the "getVars" option. A slightly more detailed description can be found here: http://processwire.com/api/modules/markup-pager-nav/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now