ZenphotoCMS Forum
Customise printNestedAlbumsList() - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Customise printNestedAlbumsList() (/thread-9592.html)



Customise printNestedAlbumsList() - amucklow - 2012-05-26

If I wanted to customise printNestedAlbumsList() to display tags on each album, is there a way I can do this without modifying the core?




Customise printNestedAlbumsList() - sbillard - 2012-05-26

The simplest way is to make a copy of the function in your theme and rename it differently. Then customize that copy.




Customise printNestedAlbumsList() - amucklow - 2012-05-26

I want to edit what appears on admin-edit.php...

Possibly more accurately I'm referring to the output of printAlbumEditRow(). Ideally I'd like a new div in there that outputs a comma-separated list of tags?




Customise printNestedAlbumsList() - sbillard - 2012-05-26

You will have to hack the code to do that. Remember that any such changes void your warranty in as much as any updates will overwrite the files and we cannot provide support for problems the changes might cause.