How to install NodeBB on windows local
-
@catalin use
./nodebb setup
, notnode app --setup
-
@catalin yes you can. You just have to create a category for each group, and change the permissions for those categories so only the respective group can access, read, and write in it.
-
@pitaj But can this be done automatically by an api / plugin?
I mean:
I want to put this forum on my website. On my website I will have users who will register / log in.
These users on my site, will be divided into groups.- When a user registers, can I automatically do a nodebb account for him?
- Are there any api or plug-ins where the newly created user is automatically assigned to a group in nodebb (the same group that the user belongs to in my website)?
Something like: Automatically create the groups (from my website) in nodebb, automatically create the categories (with the same name as groups) and automatically give permissions to a group for a category.
Thanks!
-
@catalin you can automatically create nodebb accounts for accounts on your website. Look up "nodebb plugin session sharing".
Automating the rest of that though would require a custom plugin.
Copyright © 2024 NodeBB | Contributors