Member
Member
emdub   2014-09-26, 20:58
#1

I have an album that contains both subalbums and images. I am using the 'combined' option to show both at the same time, but it only transitions after displaying all the sub-albums first.

What I am trying to make happen is to have the album show 8 subalbums and 8 images, then if you go to the next page, it would show the next 8 subalbums and the next 8 images.

I am also currently running into a problem where the page which transitions from sub-albums to images only displays 3 images, no matter what settings or options I alter. The next page (which is all images) displays the correct number of images.

Member
Member
sbillard   2014-09-26, 22:00
#2

Pagination first exhausts subalbums, then images. Anything else you will have to program yourself, including processing the links so that the pagination comes out correctly. Not an easy task IMHO.

Member
Member
emdub   2014-09-26, 23:18
#3

Hrm, I was afraid that might be the case.

Any ideas as to why only 3 images are displayed after the transition from sub-album to images?

I found a workaround by forcing next_image to show a static number of images after the transition (using next_image(false,4,NULL)), but I have no idea why it would always show 3, no matter what.

Member
Member
sbillard   2014-09-27, 00:02
#4

Zenphoto computes how many "slots" are left after the album thumbs and that is how many images are displayed on the first page. So check your theme options and see if they are setup correctly to go with the HTML formatting.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.