I use the latest phpnuke port 1.1.D.
I have a strange Problem with the Top rated category. Although I have 82 Ratings the Gallery keeps showing only 8 pictures on 1 page, with the footer displaying "7 pictures on 1 pages(s)". :(
When I change the Config in "Minimum number of votes for a picture to appear in the 'top-rated' list " from 1 to 2 the following appears:
The footer displays "122 pictures on 16 page(s)" and now I see several pictures with multiple ratings what seems to be correct. The problem is now, that only 4 of the 16 pages have content. When I click a page above 4 it displays "No image to display". :evil:
Weird problem.
Do you have a clue in this???
Thanks in advance.
Probably someone can tell me which is the php file which controls the top rated category, so that I can check the file myself.
Many thanks for your help.
functions.inc.php: function display_thumbnails(
called by index.php: display_thumbnails('toprated', $cat, 1, $CONFIG['thumbcols'], max(1, $matches[2]), false);