Changing album thumbnail Changing album thumbnail
 

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

Changing album thumbnail

Started by skyfx, July 30, 2005, 11:36:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

skyfx

I was just curious, is it possible to change an album thumbnail to a file which is not in that particular album?
Thx :).

Nibbler

Technically you can, but you are not able to do it using the existing interface.

skyfx

Well is there a way of doing it without using the interface (i.e. manually)?

Nibbler

Yes, you edit the albums table in the database and set `thumb` to the pid of the pic you want.

skyfx

#4
Well I assumed that by that you mean go into phpmyadmin. I went into cpg133_albums, and then went to change "thumb" but I was lost from there on. Could you guide me a bit?