This came up in a Zulip thread: https://backdrop.zulipchat.com/#narrow/stream/218635-Backdrop/topic/Dele...
@richarda78
Neither removing an image from a node or deleting a node removes images from Backdrop. Is there something I'm missing, like a list of redundant images?
@albanycomputers
You can delete images manually through "Content--> manage files ... Try running Cron.
@indigoxela
Deleting unused images (not in use in any node/field/...) happens on cron runs - after a delay.
You can see "candidates" on the files overview on admin/content/files. "Permanent" images won't get deleted, only "Temporary". And only after a grace time (6 hrs by default).
@richarda78
... yeah I'm pretty sure I looked at manage files, some help text would be great.
I thought that perhaps adding some help text above the file list might help. Here's an initial suggestion for discussion and word smithing:
When the use count of a file drops to 0 (not used anywhere on the site), its status automatically changes from "Permanent" to "Temporary". Files flagged as temporary are then deleted approximately within 6 hours if they remain unused.
Screenshot of what it would look like (added here as a Views header):
Recent comments
I am guilty (in Drupal) of using PHP Filter in places just so I can use l() and url(), since my paths are very different between dev and prod servers. For example, at the top of my Views,...
Need PHP Filter in Backdrop
In the meantime I also need something like https://www.drupal.org/project/entityreference_autofill in Backdrop. Has anyone made progress on the port, or are there interesting alternatives...
Porting of module "Entity reference autofill"
- In Backdrop CMS the update.php file located in the /core folder (mydomain.com/core/update.php). - For launch the update.php from address bar of the browser, without restrictions, you...
Update Problems