Is there anyway to remove the word category and the category ID from the URL? Right now its https://website.com/forum/category/2/categoryname
I was hoping to have https://website.com/forum/categoryname
I see that all categories are watched by default on NodeBB. Is there a way to disable this setting such that I only get notifications for the categories I watch myself.
No, as at this time, category subscription settings are opt-out, rather than opt-in.
So if I wanted to disable it, I would have to write a custom plugin or something?