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
Yes, this may be tricky. It's however easy to get comment data in a Content view: After adding the Relationship "Comments of the node" you will be able to choose fields like "Comment: Post date...
User activity
Thank you very much! Looks great! A probably tricky add-on: Is it possible to also display new comments within this view? I mean not as a separate block or extra view, but directly...
User activity
Yes, this can be done with Views. I've rebuilt your second example with Views, see the following screenshot. Further below, I'll paste an export of the view configuration. Screenshot...
User activity
I tried using Rules to find the user by email and update a taxonomy field in their profile, but I couldn't get it to work. This should work with Rules. Can you post your rule...
Automating User Taxonomy Field Updates in Backdrop CMS with Gumroad and an External
Thanks, I also use Better Exposed Filters and find it extremely useful. I would like to note as a help for other users in the forum who might be interested in the problem that Use AJAX:...
Views Exposed filters and duplicate meta Titles and Desctiptions