This NodeBB plugin allows you to have an anonymous category, i.e., a category where all post authors are anonymous no matter their login status or role.
This plugin is still under development.
Installation is not recommended. Please be extremely careful and read every step carefuly.
Take note of the ID of the category you want to become the Anon Category .
Head to your nodeBB root directory (eg.: /usr/src/app) and install the plugin using:
npm install https://github.com/dmpasilva/nodebb-plugin-anon-category.git
Edit library.js
and replace 36
with the ID you anotated previously.
Comming soon