I am sorry if this has been answered before, but I could not find an answer in the forums.
But, Is there a way to keep the thumbnail of an album visible to non logged in users, if the album is password protected?
I am currently using the following code to render the thumbnail and when not logged in, I see the protected image.
<?php printCustomAlbumThumbImage(getAlbumTitle(), $size=300, $width=NULL, $height=NULL, $cropw=300, $croph=300, $cropx=NULL, $cropy=NULL, $class="img-responsive albumthumb"); ?>
Thanks so much
Comments
Thanks for the quick response.