coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: matrix.1372 on March 09, 2013, 11:52:51 PM

Title: finding images with empty keyword fields
Post by: matrix.1372 on March 09, 2013, 11:52:51 PM
hi there!
I'll upload many image (about like 2000) in gallery at a time.
then in another time, i start grouping images by "keywords" field.
but this is so hard to find images without "keywords" filed or in other word images with null values in "keyword"...
is there any plugin to show images that have not keywords or any option to set automatically all uploads a keyword like "tagme" then i edit that images or any hacks for this issue?
thanks a lot :‌)
Title: Re: finding images with empty keyword fields
Post by: matrix.1372 on March 09, 2013, 11:54:58 PM
where is edit link??
sorry for my bad english! :‌(
Title: Re: finding images with empty keyword fields
Post by: matrix.1372 on March 10, 2013, 10:55:57 AM
any ideas?
::)
Title: Re: finding images with empty keyword fields
Post by: ΑndrĂ© on March 11, 2013, 03:56:14 PM
As far as I know such a plugin doesn't exist. If you want to show pictures without keywords you either have to find them directly in your MySQL database with an corresponding query or create a new meta album (probably no trivial task for people without coding skills).

If you want to add a default keyword for all future uploads, that would be a quite easy mod. If you want to apply the same keyword to all pictures without keywords, it's also quite easy with a MySQL query, if needed at all.

Which solution do you prefer?