Advanced search  

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

Pages: [1]   Go Down

Author Topic: Is there an easy way ...  (Read 2835 times)

0 Members and 1 Guest are viewing this topic.

blablabla

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 35
Is there an easy way ...
« on: January 29, 2005, 06:57:21 pm »


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

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Is there an easy way ...
« Reply #1 on: January 29, 2005, 07:13:35 pm »

you could run a query in phpMyAdmin (or a similar database manipulation tool), e.g.
Code: [Select]
UPDATE `cpg132_pictures` SET `user1` = 'foo bar' WHERE `filepath` = '04/quiz/';
Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.041 seconds with 16 queries.