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
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