![]() |
|
Front-End Album Editing - 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: Front-End Album Editing (/thread-13235.html) |
Front-End Album Editing - gematsu - 2019-04-29 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! Front-End Album Editing - acrylian - 2019-04-29 No, it has been removed years ago for security reasons. Front-End Album Editing - gematsu - 2019-04-30 Thank you for the reply. Also is it possible to set custom thumbnail size? Like 140x78. Front-End Album Editing - acrylian - 2019-04-30
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). Front-End Album Editing - gematsu - 2019-04-30 Is there a guide on how to implement this? Or an example theme that I can learn from? Front-End Album Editing - acrylian - 2019-04-30 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/ Front-End Album Editing - gematsu - 2019-05-03 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. Front-End Album Editing - acrylian - 2019-05-03 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. |