Hmm... hard to tell. I don't see any module there that modifies the Backdrop routes for node editing etc.
Can you check if you can still edit notes? For example by going to node/NODE_ID/...
Posted2 min 1 sec ago by Alejandro Cremaschi (argiepiano) on:
Don't worry. Another way to help out is by testing fixes that others provide and clearly documenting and new issues you find in the issue queues. Sometimes that can be the thing that allows it...
Posted2 hours 4 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Hi! In the end, I chose to use the form block and made an override of the block. With some CSS and JavaScript, I created a modal form that only includes a text field and the option to upload...
ahh thanks for clarifying. I'd love to help unfortunately my understanding of how to code is currently very poor, and being new to backdrop and how its configured , I would assume it would take...
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.