I remember in an older version of ZenPhoto, the theme allowed for front-end album editing (album titles and post image titles). Is this possible in the current version of ZenPhoto?
Also is it possible to set custom thumbnail size? Like 140x78.
Yes, via the backend not that easy as it uses sort of relative size value but via a custom theme you can set any custom size via function calls (this is actually nothing new and exists for years).
Thanks, acrylian. Sorry for the constant questions, but is there anyway also to make the customsizedimage thumbnails all JPG, or to make the standard theme thumbnails all JPG? I noticed that if a PNG is uploaded, for example, then it will have a PNG thumbnail.
Questions is what this forum is for ;-) You can set via Option > Image > Cache as globally if the format should be keept or if the cache version shoulf be jpg, png or gif.
Comments
No, it has been removed years ago for security reasons.
Thank you for the reply.
Also is it possible to set custom thumbnail size? Like 140x78.
Yes, via the backend not that easy as it uses sort of relative size value but via a custom theme you can set any custom size via function calls (this is actually nothing new and exists for years).
Is there a guide on how to implement this? Or an example theme that I can learn from?
First I recommend to read the theming tutorial on https://www.zenphoto.org/news/theming-tutorial/ which also includes links to a bare bones theme.
The general documentation is available here https://docs.zenphoto.org (same as the in code documentation) and might require some PHP knowledge to understand. This is the most general function for custom images (there are more and sevaral ways): https://docs.zenphoto.org/function-printCustomSizedImage.html
Also of possinle interest:
And more on https://www.zenphoto.org/news/category/user-guide/
Thanks, acrylian. Sorry for the constant questions, but is there anyway also to make the customsizedimage thumbnails all JPG, or to make the standard theme thumbnails all JPG? I noticed that if a PNG is uploaded, for example, then it will have a PNG thumbnail.
Questions is what this forum is for ;-) You can set via Option > Image > Cache as globally if the format should be keept or if the cache version shoulf be jpg, png or gif.