I want page navigation in my albums at both the top and bottom.
But when I use printPageListWithNav() at the top of a page of sub-albums and image thumbnails, it shows an extra page in the navigation. When "next" or the page number is clicked, this page comes up blank.
When printPageListWithNav() is used below the sub-album and image thumbnails, it works correctly.
If there are no sub-albums in the album, it also works properly.
Here's an example of an album with the problem (should have only 1 page, but at top says there are 2):
http://arvidtp.net/zenphoto/index.php?album=PixilerationsHere's an example of one with multiple pages but without the problem so you can see where both navigation link sets are:
http://arvidtp.net/zenphoto/index.php?album=realtime-concertIs this a known issue? If not, any ideas?
I am using my own custom theme and my web host is 1and1.com. I am using php5. I my $firstPageImages = normalizeColumns('2', '6')
Comments
I guess a workaround for my issue is to have the pagination code twice after the thumbnails, but have one in a different DIV and placed above the thumbs with CSS via an absolute positioning or something similar. Just not as elegant as I imagine it could be
Thanks,
Arvid
Btw, don't forget to submit the site to the showcase later..;-)
But the main issue here for me is not that pagination works or does not work for me in this site, but rather that is behaves differently depending on where in the page's PHP code it is placed - ether before or after thumbnails - which seems sorta weird. I can't swear to it, but I think I have had the same same problem on some fixed width sites I have done with zenphoto.