ZenphotoCMS Forum
ZPBase JumpMenu - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: ZPBase JumpMenu (/thread-11945.html)



ZPBase JumpMenu - Ralf - 12-02-2015

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/zpbase

The problem also persists with the original files.

Anyone else with this?




ZPBase JumpMenu - fretzl - 12-02-2015

Yep, I can confirm this. Not sure what's happening though.




ZPBase JumpMenu - acrylian - 12-02-2015

Confirmed, is a bug of the print_album_menu plugin and not the theme.

Update: Fixed in the master and requires the master as it affects an internal function and not directly the plugin.




ZPBase JumpMenu - Ralf - 13-02-2015

Hi,
with the new master it works fine :-)

thx for the quick fix




ZPBase JumpMenu - Gonepteryx - 22-02-2015

Hi,
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:
`

`




ZPBase JumpMenu - acrylian - 23-02-2015

If you use zpBase you need to download its master as well. But the parameter settings on your example disable sub entries. Try this:
printAlbumMenu('jump', NULL, '', '', '', '', "", true, false, false)




ZPBase JumpMenu - gjr - 23-02-2015

Acrylian I released 1.1 on github after merging your pull request fix, so should be fine as well, let me know if not.




ZPBase JumpMenu - acrylian - 23-02-2015

@gjr: Ok, fine, forgot to check that.




ZPBase JumpMenu - Gonepteryx - 23-02-2015

Acrylian
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!




ZPBase JumpMenu - acrylian - 23-02-2015

Formerly the $showsubss parameter was indeed only for the "list" mode so it was just ignored.