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).
At the bottom of the customise section of the ACP, only just noticed it, what's the plan with that? Changing the ACP from nodebb etc?
You know, I don't even know... but there's a new branch committed called ACP... hmmmmmm
ACP
Lmao. It basically overwrites the 5 branding colours of your Bootstrap theme (ex. @brand-primary) to whatever colours you want.
@brand-primary
D
I understand, so better always do a backup of any changes made to the plugin files.
J
@Nipun-Kataria via a plugin, yes. There are hooks for you to add meta tags to specific pages.
Y
You should be able to modify the slug in the hook 'filter:category.update' Which is where the slug is set. https://github.com/NodeBB/NodeBB/blob/c9f285a883104cb87802fae8c5d321dea8154680/src/categories/update.js#L32-L36
B
@Chris I will add this styling this weekend, I'm also gotta fix up the plugin a little, the way I load the settings is a little hacky. .. so you can always update 🙂