coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: bit bit spears on January 25, 2004, 10:08:27 PM

Title: Edit Pics how can you apply it on all the pics in the albums
Post by: bit bit spears on January 25, 2004, 10:08:27 PM
Ok~> i want to make all the pics in the album to say the same thing automatically. How would i go about doing this?
Title: Edit Pics how can you apply it on all the pics in the albums
Post by: Casper on January 25, 2004, 10:37:39 PM
Do you mean the info that comes in the pop-up when you put your cursor over a thumbnail, or somewhere else?
Title: no like in the 'Edit Pics' Config
Post by: bit bit spears on January 27, 2004, 01:43:21 AM
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Ftangiblebrit.com%2Fi%2Fpreview.dll%2Ftmp%2Fdur%2Fhrs%2F795%2F1Fwfg5jZZ6WSP.jpg&hash=fd8cc648c34aac088aaa63952924f6f58176a91a)
Title: Edit Pics how can you apply it on all the pics in the albums
Post by: Joachim Müller on January 27, 2004, 07:15:08 AM
Currently this is not possible with Coppermine admin tools, but you could run a query in phpMyAdmin like this:
QuoteUPDATE `cpg11d_pictures` SET `user1` = 'Andrew Eccles' WHERE `aid` = '3';
Replace the green bit with the actual name of your coppermine pictures table (should be fine if you chose the default one on install); replace the red bit with the album ID (if you're not sure about the album ID, look it up with phpMyAdmin first).
As with all manipulations at the database, make a backup of the database first, in case anything goes wrong!

GauGau