Drupal 6:限制角色创建特定类别的文章
假设我有以下层次结构:
- Term1
- 第 11 学期
- 第 12 学期
- 学期 2
- 第 21 期
- 第22期
现在我想允许某些角色仅在 Term11 中担任文章的版主,其他角色在 Term12 等中。 允许它们更新/删除很容易,因为我使用分类访问控制模块。但是,当我想允许角色创建文章时,这并不容易,因为在文章创建页面上我可以选择任何类别。但我只想显示角色可以在其中创建文章的类别。
有可能吗?
Suppose i have the following hierarchy:
- Term1
- Term11
- Term12
- Term2
- Term21
- Term22
Now i want to allow some roles to be the moderators of articles only in Term11, other roles in Term12 etc.
It's easy when allowing them to update/delete, since i use Taxonomy Access Control module. But when i want to allow role to create articles it's not so easy because on an article creation page i can select any category. But i want to show only that categories in which a role can create articles.
is it possible to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下分类术语权限,它“允许分类管理员限制用户在节点上设置单个术语”或角色”。我不知道它是否会阻止在列表中显示分类术语(如果没有,这听起来像是一个很好的功能请求),尽管它似乎至少不允许在节点上设置某些术语。
Take a look at Taxonomy Term Permissions which "allows taxonomy administrators the ability to restrict setting individual terms on nodes by user or role". I don't know if it prevents the display of the taxonomy terms in a list (if it doesn't, that sounds like a good feature request), though it seems to at least disallow setting of certain terms on a node.