@Hưng-Thành-Nguyễn Should be fixed now
mr_99
Posts
-
[nodebb-plugin-beep] NodeBB Censor Curse Words Plugin -
[nodebb-plugin-beep] NodeBB Censor Curse Words PluginThanks for the feedback guys. I have pushed much prettier version to npm, I thought my code was broken till I realized a greasemonkey script was not playing nice with the client side script.
@Ted the case of the words will be maintained and not be converted to lower case.
Also, please note that urls will also be censored, which means they will most probably 404.
-
[nodebb-plugin-beep] NodeBB Censor Curse Words Plugin@psychobunny @Ted Added the APC interface, you can change the words you want to ban now.
You can update with :
npm install nodebb-plugin-beep -
[nodebb-plugin-beep] NodeBB Censor Curse Words Plugin@Ted Nice. Thanks for the feedback.
I will look for a workaround. Am also working on an admin settings interface.
If you want to change the list of banned words you would have to open the index.js file and edit the array. -
[nodebb-plugin-beep] NodeBB Censor Curse Words Plugin@Ted am not quite sure, I have removed and reinstalled the plugin on my site and it's working okay for me.
Could you walk me through how you installed it?
Can you see the nodebb-plugin-beep folder in the node_modules folder of your nodebb installation ? -
[nodebb-plugin-beep] NodeBB Censor Curse Words Plugin@Ted Thanks
-
[nodebb-plugin-beep] NodeBB Censor Curse Words Plugin@Ted Yeah I have
try
npm install nodebb-plugin-beep -
[nodebb-plugin-beep] NodeBB Censor Curse Words PluginHi all,
I made a small plugin to help filter out curse words in a post.
It looks for curse words and censors them out.
To install
npm install nodebb-plugin-beep
and find the source:
https://github.com/ninenine/nodebb-plugin-beep
This is my fist attempt so be gentle