It seems not possible to use the Filelist Module to get a list of all unused images (I mean all images without references). I checked the extensions, but it seems there is no Extension for this task. What are possible solutions to this?
Thanks
It seems not possible to use the Filelist Module to get a list of all unused images (I mean all images without references). I checked the extensions, but it seems there is no Extension for this task. What are possible solutions to this?
Thanks
Copyright © 2021 Jogjafile Inc.
One way would be a SQL query. In a very simple example it could look like this:
Each "used" file should have an entry in the
sys_file_referencetable. So, every file (sys_file-record) with no occurrence insys_file_referenceshould be unused.Be careful! Besides references to single files, files can be in use via folders. The query above does not check these uses.