No thumbnails in album.php

Hello,

I want to make a simple thing (hack?). I don't want to have thumbnails in my albums. I want to put all my pics in my albums as they appear one by one in image.php - full size ("full" means the same as in image.php) and when clicked on, to lead to the main *.jpg file.
If someone has a solution, please help. I tried some stuff, but I'm not that familiar with this...

Hope you understood what I want to do :)
Great script, btw!

mudisoft

Comments

  • acrylian Administrator, Developer
    First, let us define some terms regarding zenphoto. The "full size" image is the image you uploaded and that appears if you click on the "sized image" that appears on image.php.

    This is actually quite easy: Locate the the `next_image`loop on album.php and replace `printImageThumb(getImageTitle())` with
    `printDefaultSizedImage(getImageTitle())`. Then change the link of the image to `<?php echo getFullImageURL();?>`
  • Thank you so much! It really was quite easy. Love this script :wub:
Sign In or Register to comment.