Hi, by using Entity Tokens module I managed to make my forum paths like this
/forum/international-forum/electric-bikes/batteries/what-battery-is-good-for-a-bike
The tokens used to create this path are automatically populated from the corresponding title of every forum/taxonomy. What if I want to change what is shown by every token but keep a different title of the corresponding forum/taxonomy for human presentation? For example I may want in the International Forum the title to be "International Forum" but in the url alias to be just forum/international/ instead of forum/international-forum
If I mofify the taxonomy to be "International" instead of "International Forum" the path will be as wanted but then the presented title at the corresponding page will be "International" instead of "International Forum" so it will not be so nice.
Any suggestions? Could this unported module be of interest https://www.drupal.org/project/taxonomy_machine_name ?
Recent comments
UPDATE: I fixed the errors that I found in the logs. They were related to deleting an old blog content type pulled over from Drupal that was still referenced in one of the layouts. I updated...
missing "add block" in custom layout
Hmmm... this sounds like a bug with Copy Blocks. Would this possibly be related: https://github.com/backdrop-contrib/copy_blocks/issues/26 https://github.com/backdrop-contrib/...
missing "add block" in custom layout
Also this error: Warning: Undefined array key "blog" in summary() (line 63 of /app/core/modules/layout/plugins/access/entity_bundle_layout_access.inc). I did recently delete an old blog...
missing "add block" in custom layout
I don't see any errors in the browser console, but there's this error in the logs Warning: Trying to access array offset on null in summary() (line 63 of /app/core/modules/layout/plugins/...
missing "add block" in custom layout
What's missing there is the dropbutton, which is rendered by Javascript. Have you checked the browser's console for Javascript errors? Also check the site log just in case.
missing "add block" in custom layout