ZenphotoCMS Forum
where is documentation for printLatestImages - 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: where is documentation for printLatestImages (/thread-5412.html)



where is documentation for printLatestImages - zensiberia - 01-07-2009

Believe me I looked everywhere and i hate to ask !




where is documentation for printLatestImages - acrylian - 01-07-2009

It's here: http://www.zenphoto.org/documentation/plugins/_plugins---image_album_statistics.php.html#functionprintLatestImages

Small tip for searching functions: Cick on "all elements" (http://www.zenphoto.org/documentation/elementindex.html) on the top right and use your browser's search function for the current page.




where is documentation for printLatestImages - zensiberia - 03-07-2009

thanks for that! can anyone tell me why this doesnt work -




where is documentation for printLatestImages - sbillard - 03-07-2009

Passing parameters is a position based thing. You need
printLatestImages( 8, '', false, false, false, 40, '', 120, 120, false );
in other words, you fill in the parameter position with the value you want it to get. You cannot omit any intermediat paremeters or parameters which do not have a default value.