[Solved]: Album Thumbnail not displaying [Solved]: Album Thumbnail not displaying
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Album Thumbnail not displaying

Started by BrianS, August 17, 2004, 11:28:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BrianS

Did I miss something in the update to 1.3.1

I've now done a fresh install and tested setting an Album Thumbnail. Although the Album properties lists the selected image as the thumbnail to display ,  the album list always displays the latest upload to that album. I've cleared cache, uploaded additional images etc.

Any help would be greatly appreciated.

Thanx,

Joachim Müller

please post a link, and a screenshot of your album properties settings.

GauGau

BrianS

My error -- I was mistaking user list and album list.
The user list always displays last upload MAX(pid). Since we limit one album per I updated the SQL to select 'thumb' as part of the result set. When zero I opt to use MAX(pid). Working like a champ.

BTW -- good stuff.