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?

link|improve this question

75% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.