Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以编程方式在 Drupal 中添加用户论坛权限。
我必须使用 ACL 模块吗?有没有例子,因为文档有点薄?
规则模块也可以工作。使用规则模块(但不使用 ACL),您可以选择设置触发器以使其发生。
以编程方式,确切地说是什么意思?
您可以使用 hook_perm 定义新权限:
http://api.drupal.org/api/function/hook_perm
但是 Drupal 的论坛模块应该附带基于角色的使用权限。