I have passwords on every subalbum.
In the main view there is only a icon with questionmark instead of a random image from the subalbum.
I think this is because all subalbums are password protected.
But how can I change this behavior to dispaly always a random image from the subalbums?
Comments
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetRandomImages
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetRandomImagesAlbum
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintRandomImages
I want to change it on my installation.
But I needed the file with the function who is checking the password on the random images for albums.
I've found it now in class_album.php, function getAlbumThumbImage and changed it.
My next problem is the "latest images".
The same problem only public images are shown, but I want to show also the private as latest images.
But as of now I didn't find the right php/class file to remove the password check.
Where is the "latest images" function located?
I will have a look at it.