I know at least two of them.
The open, free small and medium business IT community.
http://boards.adultswim.com/popularLet's imagine I'm setting up a forum for reading groups, a site that allows its members to create groups. I have my own login system (via Laravel's Auth system), so I'll need NodeBB to recognize that (which I think is possible via an SSO plugin).
Members of the site will be able to create their own groups, which I'll want to then use an API to create the group forum in NodeBB.
I'll want to have some public forums, as well as provide for the private forums of the member groups. The structure might look like this:
Is this sort of structure and functionality possible with NodeBB?
I have implemented a similar configuration by using groups. Creating categories that only have privileges for groups and adding users to those groups.
It is not a perfectly streamlined process as people have to request to be added to specific groups but it does work.
@rod Yeah, the request is appropriate. In fact, people will be invited to groups. There won't be a lot of requesting to join at first...
I figure this is the functionality I want:
I'm wondering if Muut would be better for this kind of functionality...
Any and all opinions requested and appreciated!