Mass deleting albums? Mass deleting albums?
 

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

Mass deleting albums?

Started by kat17, June 29, 2013, 01:42:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kat17

I recently deleted the entire contents of my coppermine gallery (30,000+ images) and now I have thousands of albums I need to remove. I have been considering just removing the entire gallery and installing a new one because I can't figure out a way to delete more then a couple of galleries at a time.

ΑndrĂ©

It's probably the easiest way to just install a new gallery if you want to clear everything. The only way to batch delete the remaining albums is to do that with a appropriate query in the database (execute something like
DELETE FROM cpg15x_albums
in e.g. phpMyAdmin).