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