Acidfree has a Album Contents admin page, where one can select multiple images, and edit them. One option is to delete the selected images.

This delete operation does not clean up completely - it deletes the pictures, but it leaves all URL Aliases intact. To really delete the image, then one has to go into the URL aliases list and delete the alias, or not use the delete function from acid free, but instead use the Drupal node edit page, which cleans up correctly - it deletes node, as well as the alias. Of course, it is tedious to use the Drupal edit page one by one for each image that has to be deleted.

Comments

vhmauery’s picture

Status: Active » Closed (works as designed)

this sounds like an alias module problem, not an Acidfree problem. Acidfree calls node_delete, which should activate the nodeapi stuff to notify other modules that the node is getting deleted. If the aliases are not deleted, it is the fault of the module that created them, not Acidfree.