![]() |
|
List images (criteria) - 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: List images (criteria) (/thread-13436.html) |
List images (criteria) - Ralf - 2020-07-28 Hi, Cheers List images (criteria) - acrylian - 2020-07-28 Well, where exactly do you want to display these? This is not really possible using the standard display (loop like on the album page). You could only define custom sort orders. OR you try using a search and create a dynamic album for this. You can certainly achieve this using either the object model by checking if images have tags assigned. Same for the GPS column. Or using db queries. If you do the latter you need to make sure you do all checks for visibility, protection etc yourself. List images (criteria) - Ralf - 2020-07-28 Hi, I can create a dynamic album with the criteria "words=*&searchfields=exifgpslatitude,exifgpslongitude&inalbums=1&inimages=1&unpublished=0 which will display all images with GPS data. The question: Cheers List images (criteria) - acrylian - 2020-07-28 Did you try something like List images (criteria) - Ralf - 2020-07-28 Many thanks sir :-) !* works fine - now it is easy to identify all images without keywords or gps data. Thanks List images (criteria) - acrylian - 2020-07-28 Great, I just learned something myself ;-) |