Search Keywords Question Search Keywords Question
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Search Keywords Question

Started by seanophobia, June 11, 2005, 07:53:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

seanophobia

Is there any way to add search keywords to all pictures in a album, because i wish to add the same keywords to all the files in the album, but going through and adding to each pic is improbably when many of my albums have 1000+ pics...?

Nibbler

You can apply the keywords directly from the database using phpmyadmin.

UPDATE cpg_pictures SET keywords = CONCAT(`keywords`, ' yournewkeyword') WHERE aid = 123

Use the prefix you chose during installation instead of cpg_ and the album number you want to update instead of 123. Backup your pics table beforehand.