![]() |
|
getImageStatistic array - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: getImageStatistic array (/thread-10571.html) |
getImageStatistic array - walterbz - 06-11-2012 Hi, I want to change the album view of my photoblog. The last image must be greater than the thumbnails. Now I want to obtain the url of the image in order to have a permalink for "social" uses. I tried to use getImageStatistic(1,"latest","photoblog") that returns me an array with a lot of variables but without an url link. How can I build the complete url of the image? I want to have this in a variable. Examples: Thank you for some helt/hints! :-) getImageStatistic array - acrylian - 06-11-2012 You have to use the object model: getImageStatistic array - walterbz - 06-11-2012 worked! thank you acrylian! :-) $last_phlog=getImageStatistic (1,"latest","photoblog",false); |