如何在 Vanilla 论坛中创建用户组
我正在寻找一种在 Vanilla Forum 中创建用户组的方法(Vanilla 是一个开源社区建设解决方案)
目标是允许在某个组中注册的用户仅阅读和编辑在同一组中注册的用户创建的讨论。
示例:
Group 1 Users --> read & write only in Group 1 Discussions.
Group 2 Users --> read & write only in Group 2 Discussions.
....
Group N Users --> read & write only in Group N Discussions.
有人知道这是否可能吗?
i'm looking for a way to create users groups in Vanilla Forum (Vanilla is an open-source community-building solution)
The goal is allowing users, registered in a certain group, reading and editing only discussions created by users registered in the same group.
Example:
Group 1 Users --> read & write only in Group 1 Discussions.
Group 2 Users --> read & write only in Group 2 Discussions.
....
Group N Users --> read & write only in Group N Discussions.
Someone know if it is possible?
Vanilla 论坛使用名为“角色和权限”的系统来管理用户组的访问权限。您将在仪表板中找到“角色和权限”链接(具体来说,/dashboard/role)。
创建类别时,您可以为应用程序中每个定义的角色分配自定义权限,从而允许您排除某些人但允许其他人进入,可以发布、阅读或两者兼而有之。
Vanilla Forums uses a system called "Roles and Permissions" to manage access rights for groups of users. You'll find the Roles and Permissions link in your Dashboard (specifically, /dashboard/role).
When you create a category, you can assign it custom permissions for each defined Role in your application, allowing you to exclude some people but allow others in, either to post, read, or both.