Moving all files from album 1 to album 2 with a click? Moving all files from album 1 to album 2 with a click?
 

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

Moving all files from album 1 to album 2 with a click?

Started by dke, February 04, 2008, 06:19:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dke

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!

Nibbler

Change them using phpmyadmin

UPDATE cpg_pictures SET aid = [newaid] WHERE aid = [oldaid]

dke