permission to only edit
Permalink
i have permissions set to edit block, but the user can still copy to clip board, design, and layout. can i make it so they can only edit the existing blocks and nothing else.
try editing the permissions for the "area"
You can restrict many functions with permissions but not all,
I wanted to prevent the "copy to clipboard" function for one of my sites and eventually did this with css like this,
This worked for me but it is "Global" and will hide that function for ALL users,
Similarly you can hide the "Area Layouts" and Custom Design" by putting this in your root/config/site.php file,
I wanted to prevent the "copy to clipboard" function for one of my sites and eventually did this with css like this,
.ccm-menu-icon.ccm-icon-clipboard-menu {display:none !important }
This worked for me but it is "Global" and will hide that function for ALL users,
Similarly you can hide the "Area Layouts" and Custom Design" by putting this in your root/config/site.php file,
Here is a screenshot of what my users see when in edit mode..
Thanks for this suggestion, very helpful. I had already applied the code to the config but the delete and move options remained when hovering over a block to edit.
In case it saves someone a bit of time, the CSS to hide the other menu items apart from edit is.
It will interesting if anyone has a solution that could be applied at group level.
In case it saves someone a bit of time, the CSS to hide the other menu items apart from edit is.
.ccm-menu-icon.ccm-icon-clipboard-menu, .ccm-icon-move-menu, .ccm-icon-delete-menu, .ccm-icon-custom-template-menu {display:none !important }
It will interesting if anyone has a solution that could be applied at group level.
any ideas on how to do this for v7 as no CSS style associated and I don't see any way in permissions.
<a href="javascript:void(0)" data-menu-action="block_scrapbook" data-token="1459765231:3128fb47cd5c0dddc7212582e266aceb">Copy to Clipboard</a>