Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is anyone using the slick theme having issues with a scroll bar appearing for the Group Members List? Here is what I see in our build:
I would expect to see something like this:
Any help is greatly appreciated.
Yeah essentially you just set the correct url with your /forum path in config.json and set your reverse proxy to forward that path onto NodeBB:
(docs.nodebb.org)
In nodebb privileges section we can add the group for a particular category
so, Is there any api to get those category list which is having a particular group.
Probably expected since ./nodebb setup writes config.json any reason why you are runnig ./nodebb setup when you already have a config.json?
Good to hear. Just in case you need it in the future.
MongoDB has very good documentation and you can find it here: https://docs.mongodb.com/
Dropping the database would be described here: https://docs.mongodb.com/manual/reference/method/db.dropDatabase/index.html
Thus probably would be something along the line of:
UPDATE:
The solution I've found for this problem is to run the following command inside the NodeBB installation folder
Doing so automatically merges the fixing commit without any further problems, making the Admin panel usable instantly after a NodeBB restart 🙂