ZenphotoCMS Forum
Disable Album Date - 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: Disable Album Date (/thread-11542.html)



Disable Album Date - GenieB - 2013-12-16

Is it possible to disable the album date, which is the date which it was installed.

My albums are named with their dates of occurence. Having the title date and the album date could be confusing.

Thanks for a reply.




Disable Album Date - fretzl - 2013-12-16

In your code find the function printAlbumDate() and comment or delete it.




Disable Album Date - GenieB - 2013-12-16

That sounds easy enough.

I found it in my Theme dir in the gallery.php file. I hope that is the one you mean.

Thank you.




Disable Album Date - acrylian - 2013-12-16

There is also one on the album.php. Everywhere where your theme used might display albums. If you haven't I suggest to really read the theming tutorial for the basics.




Disable Album Date - GenieB - 2013-12-16

Yes, thank you. I had found the second bit of code.