Drupal 6:限制角色创建特定类别的文章

发布于 2024-10-16 06:02:33 字数 305 浏览 1 评论 0原文

假设我有以下层次结构:

  • 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神经大条 2024-10-23 06:02:33

看一下分类术语权限,它“允许分类管理员限制用户在节点上设置单个术语”或角色”。我不知道它是否会阻止在列表中显示分类术语(如果没有,这听起来像是一个很好的功能请求),尽管它似乎至少不允许在节点上设置某些术语。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文