在 Drupal 中以编程方式添加用户论坛权限

发布于 2024-09-29 02:35:47 字数 89 浏览 4 评论 0原文

我想以编程方式在 Drupal 中添加用户论坛权限。

我必须使用 ACL 模块吗?由于文档有点薄,有没有任何示例?

I'd like to programmatically add user forum permissions in Drupal.

Do I have to use ACL module? Is there any example out there, as the documentation is a bit thin?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

吾家有女初长成 2024-10-06 02:35:48

您所说的以编程方式到底是什么意思?

您可以使用 hook_perm 定义新权限:

http://api.drupal.org/api/function/hook_perm

但是 Drupal 的论坛模块应该附带基于角色的使用权限。

What do you mean by programmatically, exactly?

You can define new permissions using hook_perm:

http://api.drupal.org/api/function/hook_perm

But the forum module(s) for Drupal should ship with role based permissions to use.

说谎友 2024-10-06 02:35:47

规则 模块也可以工作。使用规则模块(但不使用 ACL),您可以选择设置触发器以实现此目的。

The Rules module will work as well. With the rules module (but not with ACL) you have the option of setting triggers for this to occur.

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