ZenphotoCMS Forum
Album menu function update 1.2 - 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 menu function update 1.2 (/thread-1642.html)



Album menu function update 1.2 - acrylian - 2007-09-11

I updated the album menu function to work with sbillard's album publishing function:
print_album_menu-updated-v1.2.zip

I updated the code on the trac as well.




Album menu function update 1.2 - acrylian - 2007-09-11

Just installed the latest updated-build locally - tested the update with the previous one only - and was surprised to discover that the album menu doesn't show subalbums anymore. I have currently no idea why.




Album menu function update 1.2 - aitf311 - 2007-09-11

Does v1.2 support subalbums?




Album menu function update 1.2 - acrylian - 2007-09-11

Yes, that is the strange thing. I change only two minor things (more 1.1.1 than 1.2, I know...:-)):

  1. WHERE show = 1 (the show is in backticks of course) in the db query so it works with sbillards publishing function
  2. a missing "echo" because of which the jump option's Gallery Index link did not work (just discovered minutes ago)

It did work with the previous build (which I overwrote with the new one..) and still does work with the 1.0.8.2 release.




Album menu function update 1.2 - acrylian - 2007-09-11

Sort of solved! It now works again however: After I deleted the albums-folder content and then every album and image from the database... Looks if there was something wrong with the parent ids, they didn't match with the ids of their parent album. Because of this the subalbum didn't get listed. Don't know where this suddenly came from.