With help from others in the Backdrop zulip chat, the private file path can be configured in the settings.php or settings.local.php using either relative or absolute paths. To do this, add the following line:
$config['system.core']['file_private_path'] = '../files_private';
The private file path will show in the GUI at admin/config/media/file-system
and it leaves the default download method as public, however modules that require private files such as backup_migrate and the demo module for snapshots will use the path. The default download method can be changed to private as needed.
Subsequently, changing the private file path in the GUI will likely not work as it will be overridden by the settings.php or settings.local.php configuration. Nonetheless, there are cases where this approach may be useful.
Recent comments
This backdrop site is how I want to build a multilingual site for a friend's business. Is there a tutorial for how to do this, with the same functionality? I note that the language...
How to translate my site content
Responses: -I can edit nodes -I can access the DB but will need help finding the items - not comfortable poking around. - No errors or warnings in log after visiting pages...
View/Edit tabs missing
Hmm... hard to tell. I don't see any module there that modifies the Backdrop routes for node editing etc. Can you check if you can still edit notes? For example by going to node/NODE_ID/...
View/Edit tabs missing
Thanks a lot for the help, solved it.
How to Restrict User Access to Site-Wide Images in the Form Editor
Don't worry. Another way to help out is by testing fixes that others provide and clearly documenting and new issues you find in the issue queues. Sometimes that can be the thing that allows it...
managing draft revisions while still having a version published