Member
Member
Ralf   2015-02-12, 14:03
#1
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?
Administrator
Administrator
fretzl   2015-02-12, 16:10
#2
Yep, I can confirm this. Not sure what's happening though.
Administrator
Administrator
acrylian   2015-02-12, 17:52
#3
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.
Member
Member
Ralf   2015-02-13, 15:38
#4
Hi,
with the new master it works fine :-)

thx for the quick fix
Member
Member
Gonepteryx   2015-02-22, 22:51
#5
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:
`

<?php printAlbumMenu("jump", false, "", "", "", "", "", false, false, true); ?>

`
Administrator
Administrator
acrylian   2015-02-23, 00:02
#6
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)`
Member
Member
gjr   2015-02-23, 05:01
#7
Acrylian I released 1.1 on github after merging your pull request fix, so should be fine as well, let me know if not.
Administrator
Administrator
acrylian   2015-02-23, 10:55
#8
@gjr: Ok, fine, forgot to check that.
Member
Member
Gonepteryx   2015-02-23, 20:09
#9
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!
Administrator
Administrator
acrylian   2015-02-23, 20:46
#10
Formerly the $showsubss parameter was indeed only for the "list" mode so it was just ignored.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.