![]() |
|
Exclude an album from keyboardnav-extended - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Exclude an album from keyboardnav-extended (/thread-13693.html) |
Exclude an album from keyboardnav-extended - ctdlg - 2022-02-04 Hello, I try to exclude keyboard navigation from a specific album using keyboardnav-extended.php extension. I did a copy of my album.php (themes folder) and named it albumnokeybnav.php. Line 107, keyboardnav-extended.php file, If I add I also tried adding I also tried using What could be the right code is a mystery for me. Exclude an album from keyboardnav-extended - acrylian - 2022-02-04 You need to use Exclude an album from keyboardnav-extended - ctdlg - 2022-02-07 Hello, Using $_zp_current_album->name (including parent albums) does work. |