https://github.com/nodebb/nodebb-plugin-customize
Customize translations in your forum
https://github.com/nodebb/nodebb-plugin-customize
Last synced: 9 months ago
JSON representation
Customize translations in your forum
- Host: GitHub
- URL: https://github.com/nodebb/nodebb-plugin-customize
- Owner: NodeBB
- License: mit
- Created: 2019-02-14T06:24:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T01:22:29.000Z (over 2 years ago)
- Last Synced: 2024-04-14T11:52:01.908Z (over 1 year ago)
- Language: TypeScript
- Size: 246 KB
- Stars: 3
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodebb-plugin-customize

[](https://www.npmjs.com/package/nodebb-plugin-customize)
[](https://david-dm.org/NodeBB/nodebb-plugin-customize)
Customize the language translations and templates used in NodeBB's interface.
## Usage
Go to ACP > Plugins > Customize.
To customize a translation, select the Namespace and Key you want to replace.
Then, enter your Replacement text and click the check mark to add it.
To customize a template, select the template you want to modify.
Then, click the pencil to open up the editing panel.
The text on the left is the original for reference, and you can modify the one on the right.
Edit the template as you see fit, then click Done to close the panel, and the check mark to add it.
After adding your customizations, click the "wrench" button in the bottom right to apply them.
Then Rebuild and Restart NodeBB, and your changes should show up.
## Installation
For best results, install `nodebb-plugin-customize` through the NodeBB Admin Panel.
### Manual installation
If `nodebb-plugin-customize` is not available through the ACP, you can install it manually with NPM
npm install nodebb-plugin-customize