Edit Pics how can you apply it on all the pics in the albums Edit Pics how can you apply it on all the pics in the albums
 

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

Edit Pics how can you apply it on all the pics in the albums

Started by bit bit spears, January 25, 2004, 10:08:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bit bit spears

Ok~> i want to make all the pics in the album to say the same thing automatically. How would i go about doing this?

Casper

Do you mean the info that comes in the pop-up when you put your cursor over a thumbnail, or somewhere else?
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

bit bit spears

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Ftangiblebrit.com%2Fi%2Fpreview.dll%2Ftmp%2Fdur%2Fhrs%2F795%2F1Fwfg5jZZ6WSP.jpg&hash=fd8cc648c34aac088aaa63952924f6f58176a91a)

Joachim Müller

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