问题
I have lots of books and its child pages but what I need to do is only permit user (general user/ANONYMOUS user) to see the first page of the book and the rest of the page should only be visible to particular person (authorized user). How can I achieve this in Drupal 7?
I have created a form in which I am giving option to assign user with the taxonomy term. I can't able to give permission for the viewing the book's child page.
回答1:
Using Nodeaccess you can set permission on per node basis.
Cheers!!!
来源:https://stackoverflow.com/questions/26383450/how-can-i-give-permission-of-particular-child-pages-of-books-in-drupal-7