![]() |
|
Dynamic Album limit of 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: Dynamic Album limit of images (/thread-14020.html) |
Dynamic Album limit of images - Ralf - 2025-01-08 Hi, Is there a way to set a limit for the maximum number of images a dynamic album contains - or is there a better way to create an album with say the 25 best rated images? Cheers Dynamic Album limit of images - acrylian - 2025-01-08 Sorry, there is no way. Dynamic albums are just searches technically and all "unrated" images are technically the worst rated ones. Search does not have any limits for results. The alternative would be to use the functions of the image_album_statisics plugin on a static custom page (coding necessary). With that you can get the 25 best only. Dynamic Album limit of images - acrylian - 2025-01-08 Not sure but it may be possible to create a custom sortorder with a limit via the "admin_sortbyoptions" filter using a custom plugin. But I would have to take a look myself actually. Dynamic Album limit of images - Ralf - 2025-01-08 Thanks :-) |