Are you on localhost with the Backdrop installation compared to the Drupal site, or both on the same server? Are any symlink directories being used for the installation?
Hello, I double checked resource urls and directory settings. I made a new migration of Drupal 7 site, but clean URLs doesn't work. I disabled clean URLs and I rebuilt menus, updated resources urls,...
Hey. Where can I read about using WebP?
I found this ( https://github.com/backdrop/backdrop-issues/issues/4509#issuecomment-723... ):
1. Find out PHP info "WebP Support - enabled".
2. Аllowed "webp"...
Comments
This issue may be related (and it looks like it has a PR that can be tested):
https://github.com/backdrop/backdrop-issues/issues/2134
That PR wont be in production any time soon. But you could make a quick access condition module, its quite simple. Use as a guide: https://github.com/backdrop/backdrop/blob/1.x/core/modules/layout/plugins/access/path_layout_access.inc or https://github.com/backdrop-contrib/block_scheduler
Your form function would probably be something like:
And your access function:
Some adjustment may be necessary.
As an easy workaround without any coding Views could be your friend.
We'd need some more info about your use-case though. Could you describe a bit more, please?