Closed (duplicate)
Project:
Book access
Version:
6.x-1.0-rc6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2010 at 16:23 UTC
Updated:
9 Oct 2010 at 15:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nickreal03 commentedI agree
Comment #2
avpadernoIn fact, users can add child pages if:
Users with permission to administer nodes always can add pages to a book.
Comment #3
stuen93 commentedare you sure this works correctly with the latest version of book access? It used to work on our sites but with the more recent releases of book access many of our users lost the ability to add child pages.
Comment #4
savedario commentedI have the same issue.
In my setup users should generally be able to see and contribute to certain books, but not even see certain other books.
If I setup the permissions to allow a role to add content to a book, automatically I allow that role to also edit content posted by other users.
If I take off the permission, the 'Add child page' link disappears.
I understand the intended meaning of granting update access to role/group in the wiki-like spirit of "let's contribute to the book all together".
This is questionable in a different setup where users contribute and a moderator/admin oversees the process, like building a library of selected content.
I am working on a small patch that I will submit once I get around to learn how to do so.
Comment #5
savedario commentedHere it is.
I hope this was done correctly.
I know it would have been better to have the setting at book level, but... I wanted to keep this simple for now, waiting to see how it is accepted.
Comment #6
Anonymous (not verified) commentedBranch 6.x-2 implements the grants
grant_admin_access,grant_add_child_page, andgrant_edit_outline; it also implement the permissions administer access of any books, and administer access of own books.Branch 6.x-2 depends on Variables API, which must be first installed.
Comment #7
Anonymous (not verified) commentedComment #8
Anonymous (not verified) commentedSee #921730: Implement more book permissions.