![]() |
|
A Quicker Way to Tag? - 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: A Quicker Way to Tag? (/thread-13375.html) |
A Quicker Way to Tag? - TheMCZombie - 2020-03-08 Greetings. For the past few days I have been trying to implement a way for admin users to add tags at the front end, rather than going through the admin-edit page. Originally I was thinking of implementing in the admin drop down to have an additional function to edit tags along with editing the individual photo. Another thought that has come to mind is working with the current theme to I have a decent understanding of the php/html used by ZenPhoto but still learning how a lot of the more advanced code operates A Quicker Way to Tag? - acrylian - 2020-03-08 We had once sort of front end editing but have removed that because of security issue years ago. At the moment there are no plans to re-add something like this, You have numerous ways to add tags in Zenphoto:
If you want to do this you should do this via a plugin. Also you need to look into the rights management and the object model. We have tutorials on our site about these. Reading the theming tutorial of course might be useful as well. |