Sometimes, as site administrator, I need to check the detail of files that have been uploaded to the site and are listed in the 'Manage files' listing (which is a very useful addition to BD). This is particularly the case for two of my sites where a large number of image files have been accumulated, several being added each month.
Difficulties arise because two or more images may be listed with the same name because they have been used in different places in the site. They may be in different folders or Backdrop may have assigned them a revised basename. In some cases they may be differently sized versions of the same image.
I would like the 'Manage file' page that is linked from the 'Manage files' listing to display the available details for the file, in particular the uri which shows the location and basename, and also show the size of the file.
This can be done with a small addition to files\file.pages.inc
. Alternatively a view might be used. I have prepared a PR backdrop/backdrop/pull/2762 which adds to file.pages.inc
. This would benefit from improved styling.
Recent comments
https://www.drupal.org/project/views/issues/1266388 shows that this is an architectural issue, and requires another 2 hooks being adjusted. It would be really nice to add comments/notes to...
node access
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access
I also note on this screen: "Furthermore note that content which is not published is treated in a different way by Backdrop: it can be viewed only by its author or users with the...
node access