When I click on a thumb from a "top rated" meta album, it says:
QuoteNo image to display
I tried this suggestion (http://forum.coppermine-gallery.net/index.php?topic=12698.msg58794#msg58794)and it didn't work.
I tried with an image with 3 votes.
It's not just that meta album. Last uploads and Most viewed also has the same issue, but only if you click them while inside of an album. I think it's because the images are being pulled from all images and not just the album you are in. Since there's no image that corresponds to the URL, the error message is displayed.
I don't know about last comments - haven't tried it yet - but I wager the same problem exists.
You're right about last uploads and most viewed.
Last comments is ok.
I think it's where the $META_ALBUM_SET is defined. As far as I can tell, there are no album restrictions being passed into the $META_ALBUM_SET variable.
META_ALBUM_SET should be all albums the current CAT and below, with the exception of any FORBIDDEN_SET albums.
I'm looking into this.
$META_ALBUM_SET wasn't getting set at all on the thumbnails page, and it was allowing pic's from the private albums get mixed in. That was throwing off all the positions.
I just comitted a fix, if you can test again I'd appreciate it.
Works for me.