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.

theguideus
 
enlil replied on at Permalink Reply
enlil
try editing the permissions for the "area"
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
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,
.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,
define('ENABLE_CUSTOM_DESIGN', false);
define('ENABLE_AREA_LAYOUTS', false);
ConcreteOwl replied on at Permalink Reply 1 Attachment
ConcreteOwl
Here is a screenshot of what my users see when in edit mode..
Rob7 replied on at Permalink Reply
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.
.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.
Responsive replied on at Permalink Reply
Responsive
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>