Search album Search album
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Search album

Started by totomaru, April 08, 2004, 08:56:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

totomaru

Does anyone have any idea about how to search album information instead of searching pictures?

photoman13

Quote from: "totomaru"Does anyone have any idea about how to search album information instead of searching pictures?

Add keywords and description for your pictures, it should be able to search for keywords :)

totomaru

To be more specific, I would like to add keywords at the album level (as well as those already associated with the picture itself) and be able to search those keywords.

Sorry to make some confusion.

Joachim Müller

not possible at the moment, but you could add keywords to a whole album at once with a query like this:UPDATE `cpg11d_pictures` SET ` keywords` = 'keyword1 keyword2 keyword3' WHERE `aid` = 'album_id';
GauGau