How do I move pics from a public upload directory to another folder? How do I move pics from a public upload directory to another folder?
 

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

How do I move pics from a public upload directory to another folder?

Started by kfc, May 30, 2004, 10:16:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kfc

i want to move uploaded pics to other albums that i have created. how do i do that?

thanks

Joachim Müller

please search this boad, this has been explained before.

GauGau

bit bit spears

login to your phpmyadmin mysql program on your webserver, goto the database coppermine is stored.

click on the table that the coppermine pictures are stored (e.g. cpg_pictures) and look throughout that whole tabl until you find which pictures you are looking for. just change the location field of that image or images.

then manually, in your ftp program, move the image to the folder you selected in mysql.

Casper

Not the good way to do it.

Click on the 'edit pics' button, next to the album thumbnail, and all the pics in that album will be displayed.
You can select which album you want each pic to go in.

No need to mess with your database.
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