![]() |
|
Please tell me how to display printalbummenu function - 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: Please tell me how to display printalbummenu function (/thread-3989.html) |
Please tell me how to display printalbummenu function - koolanoop - 2008-10-30 Please help me how to print an album on index page. I do not know how to add it. I do not know PHP at all. I went through the user guide it says 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 printAlbumMenu() at the point where you want the menu to appear. I did not understand it. Please help me. where to add the code given on that page html printAlbumMenu( string $option, string $option2, [string $css_id = ''], [string $css_class_topactive = ''], [string $css_class = ''], [string $css_class_active = ''], [string $indexname = "Gallery Index"], [string $showsubs = false] ) I enabled the plugin in admin section I do not know how to call a function. Please tell me how to display printalbummenu function - acrylian - 2008-10-30 Please read this here: http://www.zenphoto.org/2008/04/how-to-read-the-zenphoto-functions-guide/ |