![]() |
|
Supersize integration - 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: Supersize integration (/thread-8430.html) |
Supersize integration - chross - 30-03-2011 Hi folks, My problem is that Supersize! uses a javascript object to store information about images used. How I can modify zenphoto to output the information in the way I need? The sample code looks like: ` slides : [ //Slideshow Images
` Supersize integration - acrylian - 30-03-2011 Please visit our user guide. Supersize integration - chross - 11-04-2011 Hi acrylian, Please give me one or two more hints, I don't expect anyone to do the work for me, but I am stuck. Cheers, Supersize integration - acrylian - 11-04-2011 I assume you read the theming tutorial. Then get familiar with Zenphoto's object model framework. That you will need to accomplish what you want. (And there are functions to print the full image link as you have in your example...). There is a plugin name "image_album_statistics" to get the latest items. As most of our functions consist of a pair of a "get" (gets data) and "print" variant (which prints the data got by the "get" variant). You will have to use the "get" variant as a guide to create a function for your purpose using the mentioned object model. Supersize integration - chross - 12-04-2011 Thanks a lot. |