@faizanzahid Those in the screenshot are the global privileges. You want to change the category privileges, selecting each category (see up to the right), at least the root ones. There is also a button to copy privileges to the children categories.
nodebb API support?
-
Are there any APIs exposed to do CRUD on topics, categories. user managements, posts?
Prepending /api/ to the URL is able to GET the JSONs for the existing topics/users etc.. However, there is no way to do the same for creating, updating or deleting (basically CUD POST calls).
Plan is to integrate nodebb in our app!!
Any help would be really appreciated.
P.S: Sorry about the spam
https://github.com/NodeBB/NodeBB/issues/2331
-
@julianlam is already working on this, see this topic.