Drupal Organic Groups:自动使所有成员成为组管理员
我正在使用 Drupal 6 构建一个以小组为中心的 Web 应用程序(使用 Organic Groups)。
所有组都是仅限邀请的,一旦用户成为该组的成员,我相信他拥有完整的组管理权限(例如邀请其他用户)。
关于如何将所有群组成员默认设置为群组管理员的任何想法。
干杯。
I'm using Drupal 6 to build a web application which will be centered around small groups (using Organic Groups).
All the groups are invite only, and once a user is a member of the group I trust him to have full groups admin rights (e.g. invite other users).
Any ideas on how I can set all group members to be group admins by default.
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到的解决方案是在“用户插入”操作上实现 og 钩子,并使用 is_admin = 1 重写记录:
The solution I found is implementing the og hook on the operation 'user insert', and rewriting the record with is_admin = 1: