Hi,
just noticed that the JumpMenu is empty when not logged in.
As soon as I have logged in to my site, the albums are listed in the JumpMenu.
To be sure that my modifications are not causing the problem I have downloaded the latest version here:
https://github.com/gjr-osweb/zpbase/tree/master/zpbaseThe problem also persists with the original files.
Anyone else with this?
Comments
Update: Fixed in the master and requires the master as it affects an internal function and not directly the plugin.
with the new master it works fine :-)
thx for the quick fix
I use PrintAlbumMenu as jump list as well, since 1.4.7 it doesn't show the subalbums anymore. Tried with the master, but no success.
When I replace the print_album_menu.php with the 1.4.6 one, the subalbums are shown.
I'm using this code:
`
<?php printAlbumMenu("jump", false, "", "", "", "", "", false, false, true); ?>
`
`printAlbumMenu('jump', NULL, '', '', '', '', "", true, false, false)`
you're right, with your parameter settings the subalbums are shown. I don't know why it used to work before, but anyway, I'm glad it is ok now :-) Thank you!