Function printAlbumMenuJump
Prints a dropdown menu of all albums(not context sensitive) Is used by the wrapper function printAlbumMenu() if the options "jump" is choosen. For standalone use, too.
Usage: add the following to the php page where you wish to use these menus: enable this extension on the zenphoto admin plugins tab; Call the function printAlbumMenuJump() at the point where you want the menu to appear.
Package: plugins\print-album-menu
Author: Malte Müller (acrylian), Stephen Billard (sbillard)
Located at zp-extensions/print_album_menu.php
Author: Malte Müller (acrylian), Stephen Billard (sbillard)
Located at zp-extensions/print_album_menu.php
string |
$option = "count" |
"count" for a image counter in brackets behind the album name, "" = for no image numbers |
string |
$indexname = "Gallery Index" |
insert the name (default "Gallery Index") how you want to call the link to the gallery index, insert "" if you don't use it, it is not printed then. |
boolean |
$firstimagelink = false |
If set to TRUE and if the album has images the link will point to page of the first image instead the album thumbnail page |
string |
$showsubs = NULL |
$css_class see printAlbumMenuList |
boolean |
$skipform = false |
If set to false this prints a full form option select list (default), if set to true it will only print the options |