I currently have a Drupal site which i now have the need to give certain users (a new subteam) access to edit certain sections, and to certain blocks.

I've done half of this by changing the ownership of some pages to their groups account and giving them create, and edit own pages permissions.

However I still need a way to give them access to edit certain blocks (some menus and custom blocks), but not all of them.

Anyone able to point me in the right direction?

Comments

lebachai’s picture

I'm looking to do the same thing and would be curious about any solutions.

jibninjas’s picture

I am also looking for this and have not found any way to accomplish this.

gpj-structures’s picture

Has anybody found a solution to this yet?

sjiuh’s picture

Is this what your looking for: http://drupal.org/project/block_access

Maybe you can use Views 2.x & CCK 2.x. It takes some time learning Views & CCK but once you know how to use them you can do almost anything.

How-to:
Go to /admin/content/types/add
Use CCK to create a new page type.
Use Views to display the page in a block.
Go to /admin/user/permissions

Set desired permissions for specific roles under section 'node module'.