Junior Member
Junior Member
harvinder   2008-10-21, 19:43
#1

Hello,
I've installed, themed and love zenphoto!

What I'd like to do is just display a caption under each album on the album listing page (index.php) that says if the album is locked or not.

I've tried the "checkforpassword()" but my php not so good...

any ideas?
thanks!

Member
Member
sbillard   2008-10-21, 22:44
#2

$pwd = $_zp_current_album->getPassword(); if (zp_loggedin() && !empty($pwd)) { echo "password_protected"; }

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.