is there a bug with the print-album-menu plugin and Zenpage theme?
if "News on index page" is checked, there is the following display
Galerie
- gallery index
- album1
- album2
if "News on index page" is unchecked, and if a homepage is choosen or not in the admin, the display is OK :
Galerie
- album1
- album2
Comments
`
if(!getOption("zenpage_zp_index_news") OR !getOption("zenpage_homepage")) {
$allalbums = "";
} else {
$allalbums = gettext("Gallery index");
}
printAlbumMenu("list",NULL,"","menu-active","submenu","menu-active",$allalbums,false,false);
`
but I do not understand the interest of this code of sidebar.php.
if "News on index page" is selected, the "gallery index" link appears.
but this link goes to the index of the site: the news page.
so, it has nothing to do with the photo gallery ...
do you want update the theme ?
to you need a ticket for that or not ?
Problematic is that not every theme needs to be setup like the Zenpage theme is. So not all will have a separate "gallery" page you can link to alternatively if in "news on index" mode. I actually would suggest to use the menu manager alternatively to create a custom menu with that gallery link.