You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,15 @@ A simple plugin NodeBB that displays a confirm box with a 'not safe for work' wa
8
8
9
9
* Go to your NodeBB root;
10
10
* Stop your NodeBB using `./nodebb stop`;
11
-
* Run `npm install jtsimoes/nodebb-plugin-nsfw`;
11
+
* Run `npm install jtsimoes/nodebb-plugin-nsfw` or copy this repository into `node_modules` folder;
12
12
* Start your NodeBB using `./nodebb start`;
13
13
* Enable the plugin on the ACP plugin page;
14
14
* Restart and rebuild your NodeBB;
15
15
* Done.
16
16
17
17
## Config :
18
18
19
-
The default category ID is 28. I will make this customizable in the future if you need to change it, for now it's necessary to fork this repository and change the variable `nsfwCategoryId` in the file `main.js` itself.
20
-
Feel free to change the messages and the actions that the confirm buttons does.
19
+
**The default category ID is 28.** I will make this customizable in the future if you need to change it, for now it's necessary to fork this repository and change the variable `nsfwCategoryId` in the file `main.js` itself. Feel free to also change the messages and the actions that the confirm buttons does.
0 commit comments