forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: dke on February 04, 2008, 06:19:08 pm

Title: Moving all files from album 1 to album 2 with a click?
Post by: dke on February 04, 2008, 06:19:08 pm
Hi,

I have some albums that are filled with content, however it needs to be moved to another album. Since both albums contain data i cannot simply rename one album.

Is there a way to do this instead of manually clicking through the entire picture series?

I searched but couldn't come up with a result that would help me.

Thanks!
Title: Re: Moving all files from album 1 to album 2 with a click?
Post by: Nibbler on February 04, 2008, 06:57:05 pm
Change them using phpmyadmin

Code: [Select]
UPDATE cpg_pictures SET aid = [newaid] WHERE aid = [oldaid]
Title: Re: Moving all files from album 1 to album 2 with a click?
Post by: dke on February 04, 2008, 09:23:11 pm
Thank you nibbler, you are awesome.