Member
Member
gregb34   2008-02-21, 12:25
#1

Hi,

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

Thanks !

Administrator
Administrator
acrylian   2008-02-21, 12:51
#2

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

Member
Member
gregb34   2008-02-21, 12:54
#3

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.
}
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.