Hello zenphoto, I just installed this great software today.
I had some difficulty with thumbnails in my theme and decided to write a patch to fix the problem. I hope someone could let me know if I did this in the right format for you.
http://www.zenphoto.org/trac/ticket/579The one thing I'm not familiar with is where function getImageParameters() might be used in other places in the code base. It would be good to know if I broke something else by fixing this.
Comments
EDIT: The first two fixes are, I didn't see that there was a third for template functions.php. That was't there yesterday and we will have to take a look at that first later.
The lack of proper thumb link attributes seems to be due to the thumb size logic being so deeply buried (it only exists within the function that creates the thumb file).
The discrepancy between the index and album functions is beyond me. I just knew that I could delete the dimensions for the album functions to match the index functions and it would work well enough for my needs.
We actuallyshould have them always with all thumbs, since (x)html validation requires those values. Thanks that you pointed that out. We will take a look at that.