How can I give permission of particular child pages of books in Drupal 7?

冷暖自知 提交于 2019-12-12 04:51:35

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!