![]() |
|
help improving code for getting images - 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: help improving code for getting images (/thread-8992.html) |
help improving code for getting images - ncs - 2011-08-20 Hello, I build a homepage with a slide show using the Galleriffic script. I succeed with this code: ` [*]
help improving code for getting images - acrylian - 2011-08-20 The code you used is the right way to call the images of an album named "home" via the object model. Of course that album has to exist. What is wrong with using the getImageStatistics function? That is meant for these things as the object model has no functions to sort by popular at all. help improving code for getting images - ncs - 2011-08-21 yeah, thank you for pointing it out, 'home' is an existent album of course. help improving code for getting images - acrylian - 2011-08-21 Using the object model is the right way to get/show images from an album if outside the normal album/image context. I just tried to point out that it just gets the images on the normal sort order and also paginated if you don't set the parameter to You did not exactly point out what your problem was. |