Hello,
I have a bug, which doesn't display the right amout of image pages for a thumbnail gallery.
http://japanblog.jp.pn/bilder/japan-2010/ should have about 51 pages, only 17 are visible.
After some trial & error debugging I found out, that the $total
variable in
nextgen-gallery\products\photocrati_nextgen\modules\nextgen_pagination\mixin.nextgen_basic_pagination.php
is not using the maximum image count from the database, which I changed to 1600 and saved it, but the default value of 500, which makes it 500 pictures / 30 images per site = 17.
But you can get to the other pages if you change the URL manually.
I'm using WordPress 3.8 with NextGEN Gallery by Photocrati 2.0.40.
Could somebody with knowledge on the code please look into it? Thanks!