News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

finding images with empty keyword fields

Started by matrix.1372, March 09, 2013, 11:52:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

matrix.1372

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 :‌)

matrix.1372

where is edit link??
sorry for my bad english! :‌(


ΑndrĂ©

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?