ZenphotoCMS Forum
No thumbnails in album.php - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: No thumbnails in album.php (/thread-2804.html)



No thumbnails in album.php - mudisoft - 2008-05-04

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 Smile
Great script, btw!

mudisoft


No thumbnails in album.php - acrylian - 2008-05-04

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();?>`


No thumbnails in album.php - mudisoft - 2008-05-06

Thank you so much! It really was quite easy. Love this script :wub: