ZenphotoCMS Forum
Album tag required - 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: Album tag required (/thread-13628.html)



Album tag required - kjonescubist - 2021-08-04

I'm interested in making sure that each album created has a least one tag assigned to it before it can be saved. I've scoured the settings and plugins and didn't see anything. Should this be address via code in the admin-edit.php file?




Album tag required - acrylian - 2021-08-05

You need to create a plugin using a filter to assign a tag on album creation. See here: https://www.zenphoto.org/news/zenphoto-plugin-architecture/

You also would need use the object model:
https://www.zenphoto.org/news/zenphotos-object-model-framework/