By riz on
I am using 4.7.3 and organic group.
Is it possible to create books that are only editable by the group members. If yes, could you please show me how to do it. I cant figure out myself despite spending couple of days on it.
regards
Comments
Use og_roles and patch it...
There's a module called og_roles and another developer has created changes to user.module and og_roles.module that enable group-based permissions on roles that a group manager can assign his/her users....
See http://drupal.org/node/87679
This only partially solves the problem, however, because the "parent" selector still shows the entire book hierarchy when you edit a book page, which means that users can place book pages in the wrong place by accident...
This also means that if lots of book content is developed, the dropdown menu of parent nodes becomes insanely long.
There is someone working on this, albeit in fits and starts, and it's not clear where the project is headed.
see http://drupal.org/node/65319
Cheers and luck!