Drupal:节点上的权限
我想根据用户角色设置节点的权限。注意:我需要设置节点权限,而不是内容类型。
这有什么出路呢?
谢谢
I want to set permissions to nodes based on user roles. Note: I need to set permissions on nodes, not content type.
What is the way out for this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
模块 http://drupal.org/project/content_access(内容访问)允许您设置自定义权限按用户角色在每个单独的节点上。
安装后,您的节点上将有一个名为“访问控制”的选项卡,您可以在其中设置这些权限。
The module http://drupal.org/project/content_access (Content Access) allows you to set custom permissions on each individual node by user roles.
Once installed, there will be a tab called 'Access Control' on your nodes where you will be able to set these permissions.