Prev Page & Next Page Links on Single Record
3 posts by 2 authors in: Forums > CMS Builder
Last Post: September 8, 2011 (RSS)
Hello! I think it's been too long since I used cmsb because I'm a little lost. Some help would be greatly appreciated :)
I have 5 sets of gallery pages. I want the client to be able to go to one page - select as many photos as he wants to upload at one time then go fill in the title, caption, etc. For this reason, I set the gallery up as a single record. However, now I'm not clear on how to make the prevPage & nextPage function work correctly. I want to have say.. 50 images on each page. (for testing, I have set the number of images per page at "2") but it's not working. I'm sure it's some newbie mistake on my part.
Code is attached & here's the link: http://www.billdraker.com/cmsAdmin/mammal-photography.php
I have 5 sets of gallery pages. I want the client to be able to go to one page - select as many photos as he wants to upload at one time then go fill in the title, caption, etc. For this reason, I set the gallery up as a single record. However, now I'm not clear on how to make the prevPage & nextPage function work correctly. I want to have say.. 50 images on each page. (for testing, I have set the number of images per page at "2") but it's not working. I'm sure it's some newbie mistake on my part.
Code is attached & here's the link: http://www.billdraker.com/cmsAdmin/mammal-photography.php
Re: [csdesign] Prev Page & Next Page Links on Single Record
By robin - September 8, 2011
Hey,
The built in paging works only for records, not images.
To accomplish what you want to do, you'll need to set up a multi-record section with each image having it's own record. That should also make it easier for you in the future if you want to set up a 'purchase photo' option.
Hope that helps,
Robin
The built in paging works only for records, not images.
To accomplish what you want to do, you'll need to set up a multi-record section with each image having it's own record. That should also make it easier for you in the future if you want to set up a 'purchase photo' option.
Hope that helps,
Robin
Robin
Programmer
interactivetools.com
Programmer
interactivetools.com
Re: [robin] Prev Page & Next Page Links on Single Record
I was afraid of that. I was really hoping to give him a bulk image upload option, but there will be about 200 images for each category, so... looks like I'll have to go with multi-record sections instead. Thanks for the reply!! Tina