![]() |
|
Extract thumbnails from album,php to php page - 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: Extract thumbnails from album,php to php page (/thread-9409.html) |
Extract thumbnails from album,php to php page - tchmy - 2011-12-21 Hi, I've been over my head to do this: As you may have noticed, I am no expert in php, but I'm learning ....... but as I am of the generation that wants to fly before learning to walk. The truth is that for months and do not find in wallbase, I have lost about 50 galleries, and the best is yours, is excellent but I would like to have the main gallery that way, after getting the thumbnails, I already manage to filter by date or sort by the number of click, and the best we have wallbase, which to me makes it much easier navigation of the wallpapers, which is the infinite scroll event. from already thank you very much for your help Extract thumbnails from album,php to php page - acrylian - 2011-12-21 It is not directly possible to do this with all images of a Zenphoto install. The image_album_statistics plugin provides a function to get a defined number of most popular images. Surely you can get them all as well but there will not be any pagination. If you want that you have to use a dynamic album (see the user guide) and set a custom sortorder on the album edit pages on the administration backedn to use the hitcounter field. Quote:s you may have noticed, I am no expert in php Extract thumbnails from album,php to php page - tchmy - 2011-12-21 thank you very much for the reply, and I will follow your advice, I also put the plugins you suggested |