Hi 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
M
mr_99
@mr_99
Posts
-
[nodebb-plugin-beep] NodeBB Censor Curse Words Plugin -
[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 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@Hưng-Thà nh-Nguyễn Should be fixed now