stopdesign and form to log

hello,
I have zenphoto version 1.2.1 and use the stopdesign theme. My gallery has a general guest user.

When I want to access to my gallery, the index page gives the form to log, but also shows the 6 pictures and links to other information concerning the gallery.

Even if I am not logged, I can click on one of the 6 pictures and (partially) reach the album page.

My question is how to hide these information (6 pictures, and datas about gallery) when the gallery is protected.

Comments

  • ok that's my fault...
    I found the answer in the excellent tutorial.

    I have to protect the code, in index.php with
    <?php if (!checkForPassword()) { ?>
    ...
    <?};>
Sign In or Register to comment.