Hi,
on my gallery it was a problem of different picture sizes for the thumbs.
Hi,
now I have a new problem, the NextGen Gallery works for 25 Galleries fine, but with more I have new problems.
Is there a limitation a galleries?
I have a photoblog an I need more than 25 galleries.
Thanks
Hi,
I have found a solution.
If you change the lines 14 and 15 in the manage-galleries.php to:
$start = ( $_GET[‘paged’] – 1 ) * 100;
$gallerylist = $nggdb->find_all_galleries(‘gid’, ‘asc’, TRUE, 100, $start, false);
than you can see more than 25 galleries for managing. I hope that this will work without other problems.
If somebody have another solution, I ll be interesting for this.
Thanks