Can I disable URL Aliases for a content type? If I leave the pattern blank, it inherits the default pattern. I can uncheck the "Generate automatic URL alias" checkbox on a specific node, but I'm looking to permanently default that setting to off.
Personal site
https://keiserjb.com/
Jacksonville Public Library
https://jaxpubliclibrary.org/
Academy of Model Aeronautics
https://nats.modelaircraft.org/
https...
Graham Leach: Has anyone got any experience with the assets in this area of Backdrop CMS?
filetransfer.inc
ftp.inc
local.inc
ssh.inc
If you do, I'd love to chat with you...
Graham...
Posted15 hours 30 min ago by Graham Leach (Graham Leach) on:
I've been building Backdrop sites since 2021 with the first being my own:
https://www.systemhorizons.co.uk/
Two over time for one client:
https://www....
Posted16 hours 13 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Hi Tim. Yes I think at the moment it needs custom code:
/**
* Implements hook_preprocess_node().
*/
function theme_name_preprocess_node(&$variables) {
if (!$variables['...
Posted16 hours 46 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
With the threat of Drupal 7 EOL looming, and a very out of date Drupal 6 site that no longer worked with newer php versions, I made the decision to move both sites to Backdrop in March 2024. ...
Comments
You could create a pattern of:
That will do the same as turning the patterns off
That's awesome. Tested and it worked great. Thanks!