Hello, I really like this plugin:
A starter kit for quickly creating NodeBB plugins. - GitHub - adlerosn/nodebb-plugin-groups-autoassigncategory: A starter kit for quickly creating NodeBB plugins.
faviconGitHub (github.com)
But I really need following changes:
1. An update (and test!) of all dependencies and changes like:
[recommended in warning logs] var db = require.main.require("./src/database") [current, deprecated version] var db = module.parent.require('./database');2. Setup permissions like this (or give an option in the admin panel):
Guests, Spiders, Registered Users: No permissions at all (not even read or see)
Group members: All permissions except "see deleted posts", "permanently delete" and "moderate" (I hope I got the translations right, it's the last three checkboxes).
My Forum with a lot of users will require this and I'd really appreciate it.