![]() |
|
print album menu 1.3 released - 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: print album menu 1.3 released (/thread-1908.html) |
print album menu 1.3 released - acrylian - 2007-12-07 New in 1.3:
It's included in the latest svn (as usual in zp-core/plugins) found here: Usage as before. print album menu 1.3 released - kristjs - 2007-12-08 Hi, I'm not very familiar with PHP. So what code do i have to include to my theme file to show the menu? Regards, print album menu 1.3 released - sbillard - 2007-12-08 You have to add two things to your theme:
and
print album menu 1.3 released - jkwim - 2008-02-17 I trying to figure out why in my case the counts are not taking in to consideration the function printAlbumMenu( . . .
` `
` print album menu 1.3 released - acrylian - 2008-02-17 The garland theme as it can be downloaded contains an older version of the printalbummenu that is located in the theme's customfunctions.php. This one indeed is missing the "show=1" in the count part. You need to include the newer one that is included in zenphoto instead. The newest version (1.3.1) that features full password support is included in the nightly build. See the top of the file for instructions. |