Is there an easy way ... Is there an easy way ...
 

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

Is there an easy way ...

Started by blablabla, January 29, 2005, 06:57:21 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

blablabla


I just added more then 2000 pictures with "Batch Add Files" ...
... so is there an easier way to edit their descriptions or I'll have to browse/edit one by one ?
Thanks  ;D


Joachim Müller

you could run a query in phpMyAdmin (or a similar database manipulation tool), e.g. UPDATE `cpg132_pictures` SET `user1` = 'foo bar' WHERE `filepath` = '04/quiz/';

Joachim