By DerekLitz on
I'm new to drupal please correct me if anything is wrong:
I'm trying to play with some block permissions.
My main goal is to hide them from a role, but in order to do so I seems like I have to make them available for a specific role.
If I make this role "authenticated users" it is still viewable as before. Which makes sense because users are derived from authenticated users. Now if I make this visible to only role X to hide it from role Y that works, but it also hides it from the root or superuser, which I do not want to do. How do I hide something from Y without hiding it from root or the superuser. I've looked at simple access and admin role but they don't seem to do what I want.
Comments
Have you created a role for
Have you created a role for root or superuser?
Please create it and give the permission to this role also.
Thanks,
Saurabh Arya
www.cmswebsiteservices.com
Thank you
Adding a role for the super user worked like a charm.