Member
Member
gematsu   2019-04-29, 14:18
#1
Hello.

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?

Thank you!
Administrator
Administrator
acrylian   2019-04-29, 14:44
#2
No, it has been removed years ago for security reasons.
Member
Member
gematsu   2019-04-30, 01:03
#3
Thank you for the reply.

Also is it possible to set custom thumbnail size? Like 140x78.
Administrator
Administrator
acrylian   2019-04-30, 08:41
#4
> 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).
Member
Member
gematsu   2019-04-30, 11:15
#5
Is there a guide on how to implement this? Or an example theme that I can learn from?
Administrator
Administrator
acrylian   2019-04-30, 11:20
#6
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:
- https://www.zenphoto.org/news/zenphoto-glossary/
- https://www.zenphoto.org/news/caching/

And more on https://www.zenphoto.org/news/category/user-guide/
Member
Member
gematsu   2019-05-03, 01:41
#7
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.
Administrator
Administrator
acrylian   2019-05-03, 05:38
#8
Questions is what this forum is for ;-) You can set via [i]Option > Image > Cache as[/i] globally if the format should be keept or if the cache version shoulf be jpg, png or gif.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.