Hi there,

I'm using v5 of your module to make a book with a wiki-like functionality, and its working pretty well.

However, I'm looking for a way to have specific access rules for specific book pages. For example, I want to prevent the front page of each book from being changed by normal users, but I want the rest of the pages under it to be freely modified.

Is there any way to do so? Could you be able to add this feature in this module because I'm sure it would be very useful.

Thanks!

Comments

harry slaughter’s picture

Status: Active » Closed (won't fix)

this is a bit of an edge case and not really what book_access is intended for.

for this use case, i'd suggest looking at the content_access module. with this module, you can tweak access grants on a per node basis, so you could revoke write access to top level pages only.

however, i have not tested this case. it is possible that book_access will override those permissions. i believe content_access lets you set it's priority level, so you can set it to 1. book access does not have configurable priority (yet).