The original drupal module works, i already have sites using it.
Backdrop version doesnt work. If you check the code base, you will see why. It has also been 4 years since last commit...
The module is a port from the Drupal module of the same name and the name is not normally changed.
Looking at the Drupal module there is this issue:
https://www.drupal.org/project/...
Posted15 hours 57 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
The README says:
This module enables to use tokens for field default values in simple field types like text or select list. That's a convenient way to pre-populate fields when...
Posted16 hours 15 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
The problem seems to be related with Field Default Token module.
The coder put alot of comments in field_default_token_form_field_ui_field_edit_form_alter function saying the validation...
Comments
Yes, the easiest way do do this would be with Layouts. You can add a "Visibility condition" to the menu block that checks a User's role.
Start on the Layouts UI at admin/structure/layouts, and click "Manage Blocks" for the default layout.
For whichever menu you'd like to hide, click on the "Configure" link at the right.
When the modal opens, csroll down to the "Visibility conditions" section at the very bottom, and pop it open. Click on "Add visibility condition"
Then select the User: role option.
Then select the user role "Authenticated" if you only want people who are logged-in to see the menu!
Note that you will need to repeat these steps for all layouts where you want the block limited by role.