A few questions!

Hi everyone,

I'm incorporating Zenphoto into my (week old!) site and I have a few questions. I am very new to this!

1. Where do I put the favicon.ico file?
2. Can I remove the 'image info' link at the bottom of a photo?
3. Not to be greedy, but am I able to place ads on my Zenphoto pages? I probably won't anyway, I'd just like to know.
4. Has there been any talk about allowing a community to be built around a single Zenphoto installation - with multiple and many individual logins.

I don't expect anyone to answer every question and I'm not panicking here - so take your time!

http://phauxshow.com/ and head to 'gallery'

And please feel free to tell me if I'm doing anything wrong!

Thanks!

I've been really happy with Zenphoto!

Comments

  • Yes to #2. That only shows in the Admin mode I discovered but I removed it anyway as I have old 35mm images, not digital.

    Not very hard, in default theme's image.php it's this part:
    `<?php if (getImageEXIFData()) {echo "<div id=\"exif_link\">".gettext("Image Info").""; printImageMetadata('', false);

    }

    ?>

    `
    As per acrylian's reply to the same question I asked March 14th. (I did not delete but used the HTML comment tag)

    Can't answer any of your othe questions, you'll have to wait for the developers to happen by.
  • acrylian Administrator, Developer
    1. Just like always, put it into the root of the zenphoto folder.
    3. Sure, just add the code for google ads or what ever to your theme pages. You can basically add whatever you want.
    4. Not only talk, zenphoto has multiple admin/user support since version 1.1.5. Well, we did not test that with hundreds of them, so that is up to you. And then there is still the Super Gallery solution.
  • Thank-you both very much for your replies.

    All helpful! This is a great community!

    P
Sign In or Register to comment.