It's a cheap trick, but you can always edit your template and who new bar or 
move/delete button in edit bar based on the role of the user …   something like

[#assign  isEditOnlyUser = ctx.user.hasRole("editOnlyEditor")]

[#if isEditOnlyUser]
  <!-- sorry pal, no new items -->
[#else]
  [@cms:new ….
[/#if]

should get you going. 


Or is this solution what you had in mind when saying you have 100 paragraphs to 
customize?

You can also write your own new/edit bar tag that would have this embedded so 
editing of templates becomes simple search&replace.

PS: writing the above from top of my head so take the syntax w/ grain of salt … 
and on top of that not sure if it works on roles inherited via groups or only 
on those assigned directly to user in 4.4

Cheers,
Jan

On Sep 24, 2012, at 5:43 PM, Matteo Pelucco (via Magnolia Forums) 
<[email protected]> wrote:

> Hi all, 
> long time since not writing here.. but now I need your help :-)
> I'm on Magnolia 4.4.8. 
> I want to give to "editor1" the permission to edit (not to create a new 
> instance!) a paragraph called "latest news".
> But I don't want that user to be able to edit/create any other paragraph in 
> the page (read only in ACL).
> 
> - no way on "hiding" other edit bars to editor1, I have more than 100 
> paragraphs to customize.
> 
> Any suggestion? Is it possible without changing ACLs?
> Seems not..
> 
> Thanks for your help..
> Matteo
> 
> -- 
> Context is everything: 
> http://forum.magnolia-cms.com/forum/thread.html?threadId=fe41bc41-f45b-479d-999e-b1dc69e1b085
> 
> 
> ----------------------------------------------------------------
> For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
> Alternatively, use our forums: http://forum.magnolia-cms.com/
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------



----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to