Hiding albums

I'm here!
acrylian: I didn't found any thread relating to this. As you said "Unpublish them"
That will not work for me. I just want to hide albums showing on index page but not from sidebar nor from gallery.

Comments

  • What is PHPMailer?
  • acrylian Administrator, Developer
    1. Then what you want is not possible without doing some custom coding yourself.
    2. Quote: "Zenphoto outgoing mail handler based on the PHPMailer class mailing facility. Requires PHP 5 or greater."
  • This PHPMailer is something like Contact page?
  • acrylian Administrator, Developer
    No, it's a mailing class for mailing itself the contact for will use if enabled. Try google.
  • acrylian Administrator, Developer
    Regarding hiding of images in Zenpage. First you need to refine your terms. There is ZEnphoto and Zenpage is a plugin and Zenpage default theme is a theme with Zenpage support.

    There are several ways for an index page:
    1. The normal one with just the top level albums as on "normal" themes.
    2a. The "news on index" option with news.
    2b. The "news on index" option with CombiNews mode.

    So what do you excatly want to hide?
  • I'm talking about hiding top level albums thumbs visible on index page(Zenpage).
  • acrylian Administrator, Developer
    Then remove the `next_album` loop (what the theming tutorial would have told you).
  • Do I've to remove these codes from gallery.php

    <?php while (next_album()): ?> <div class="album">
    <div class="albumthumb">"
    title="<?php echo getAlbumTitle();?>">
    <?php printAlbumThumbImage(getAlbumTitle()); ?>
    </div>
    <div class="albumtitle">
    "
    title="<?php echo getAlbumTitle();?>">

    <?php printAlbumTitle(true); ?></div> </div> <?php endwhile; ?>
  • WORKED. Thank you
Sign In or Register to comment.