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).
As of latest master, and coming soon to the next NodeBB near you (0.8.4) emails can now be customised in the ACP.
Awesome feature!
Woo hoo!
Very nice
Now I have to change theme's tempalte, can I just config it in plugin?
Thanks!
For example, I would like to replace username on topic, like shown on the screenshot:Image 1.png
If you have a custom theme and update to latest core please use {group.displayName} and {groups.displayName} in your templates instead of {group.name} and {groups.name}
@Baerrus oh ok thank you 🙂
src/routes/api.js is where you want to look at. res.json({}) is where you inject variables.