Ok~> i want to make all the pics in the album to say the same thing automatically. How would i go about doing this?
Do you mean the info that comes in the pop-up when you put your cursor over a thumbnail, or somewhere else?
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Ftangiblebrit.com%2Fi%2Fpreview.dll%2Ftmp%2Fdur%2Fhrs%2F795%2F1Fwfg5jZZ6WSP.jpg&hash=fd8cc648c34aac088aaa63952924f6f58176a91a)
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