coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1d PHPnuke Support (deprecated) => Topic started by: victory123 on October 28, 2003, 01:44:12 PM

Title: Problems with Top rated category
Post by: victory123 on October 28, 2003, 01:44:12 PM
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.
Title: Problems with Top rated category
Post by: victory123 on November 05, 2003, 03:30:23 PM
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.
Title: Problems with Top rated category
Post by: DJMaze on November 05, 2003, 07:06:36 PM
functions.inc.php: function display_thumbnails(

called by index.php: display_thumbnails('toprated', $cat, 1, $CONFIG['thumbcols'], max(1, $matches[2]), false);