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.
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.
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.
Comments
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.