ZenphotoCMS Forum
A predefined image for a protected album ? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: A predefined image for a protected album ? (/thread-2265.html)



A predefined image for a protected album ? - gregb34 - 2008-02-21

Hi,

Is it possible to predefine an image like a Padlocks to illustrate a protected album instead of a photo from the album.

Thanks !




A predefined image for a protected album ? - acrylian - 2008-02-21

I believe currently not, but that is a good idea.




A predefined image for a protected album ? - gregb34 - 2008-02-21

i'm seeking to do it myself and post the code but, i seek a function that return is the album is protected or not in order to modify printAlbumThumbImage()

edit :

In printAlbumThumbImage() you need to add :

if (empty($pwd)){
    // The AlbumThumbImage.
    echo "";
}else{
    // A padlocks icon.
}