@TonyTony this would be best accomplished through a plugin, to restrict access to certain tags to specific users, or user groups. If you're interested in sponsoring this plugin you can reach out to us, [email protected]
Disabling tags
-
Just wondering if there will be an option to disable tags in the next NodeBB release?
-
That's a good question. I would have thought they thought about making this configurable. And to be safe if its possible, set the amount of tags to
0
in the ACP.
For now, to disable tags, you could just edit yourcomposer.tpl
and comment out/remove the following;<!-- IF showTags --> ... <!-- ENDIF showTags -->
And anything between these tags.
-
@trevor Nice, thanks for the tip
-
@markkus No prob.