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:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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