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!
Change them using phpmyadmin
UPDATE cpg_pictures SET aid = [newaid] WHERE aid = [oldaid]
Thank you nibbler, you are awesome.