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
A simple way — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment. You can also create Fieldsets to...
Layout also for /node/add/ forms?
Yes. The are several ways to do this: Install Mail System and select "Testing" for delivery in admin/config/system/mailsystem Install Maillog / Mail developer...
Prevent Backdrop from sending emails
The short answer is no, you can't theme forms or change their layouts through the UI. There is a ported version of Display Suite, which has a submodule called Display Suite Forms that allows you...
Layout also for /node/add/ forms?
Thanks! I tested PayPal WPS (since I also use it in my Drupal 7 Commerce shop). With the PayPal server SANDBOX mode (no real payment transaction, just simulated). And everything...
Commerce shop system from Drupal
Peter, I've done an initial port of Commerce PayPal. While I haven't tested it, I think it should work, as the module is not too complex. https://github.com/backdrop-contrib/...
Commerce shop system from Drupal