some meta albums: No image to display some meta albums: No image to display
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

some meta albums: No image to display

Started by Tranz, February 28, 2005, 12:15:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tranz

When I click on a thumb from a "top rated" meta album, it says:
QuoteNo image to display

I tried this suggestion and it didn't work.

I tried with an image with 3 votes.

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Tranz

You're right about last uploads and most viewed.

Last comments is ok.

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

donnoman

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.

donnoman

$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.

kegobeer

Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots