Is there a way to restrict who has read/write access to book pages?

I have a book that I only want users of a specific role to have view rights to, and then, only users of another role to have create rights to.

I've look at taxonomy_access module, but that won't work here since books do not operate in the taxonomy system.

Comments

DrupalMan-3’s picture

Hi there.

I basically want the same thing.. The issue is that I can grant an user the ability to create new book pages and not new books, but I can't prevent the user from creating a new book page at the Home page.

Meaning. I'd like to only allow an user to create a new book page on one particular book and no elsewhere.

So when the user is logged in, in "Create Content/Book Page", the user can only 'outline' that page to an existing book, at the admin's choice, and is not able to select from 'Book Outline'.

Any solution?

(with book_access I still can't prevent the user from creating a loose page(Book Outline/).)

Thanks