add creative commons license

Hi,

I know it has to be simple but... I would like to add in the main page, close to the link to RSS and the zenphoto.org, the CC icon that links to the page explaining the type of CC license (i.e., http://creativecommons.org/licenses/by/3.0/us/). I have the htlm sent by CC but do not know in which php file I should put it to get the icon and the link. I am just an user so all this php, etc... is a bit a blackhole for me.
thanks for the support,

Comments

  • acrylian Administrator, Developer
    You would have to add that to all of your theme files like index.php, album.php, image.php.
  • What should I do, if I only want to add a CC license to a certain album, not the whole page?
  • Perhaps you should consider putting it in the album description.
  • Is it possible to put images (CC logo) in this description?
  • You can try, I guess.. doesn't seem likely though. I thought you just wanted a link. If you need it on specific albums, you may have to consider writing your own PHP code to do so, based on what the album is.
  • Hmpf, ok seems like I have to dig into the PHP-Code. Just writing HTML tags in the description field didn't work. :-(
  • acrylian Administrator, Developer
    Generally you can put any html code within the description. Even images will work but you have to add the img tag to the allowed tags on Options > Gallery configuration
  • Hi again,

    After have upgraded to the 1.2.2 (build 2983) I cannot find in the album.php, image.php and index.php where to insert my creative commins logo. Before I just put it before "Powered by zenphoto" but now I cannot find the footer any place. Where can I find it now? I am using effervescence+

    Thanks,
  • acrylian Administrator, Developer
    There is a extra page called footer.php.
  • Do a search on `printZenphotoLink()`. But note that where this is found will change again on 1.2.3--all the footer stuff will be located in a new customfunctions.php function named `printFooter()`
Sign In or Register to comment.