Justoverclock 1.0.0 Refactor: now all validation is handled by backend instead of frontend. now you can add a custom regex to match your need. bump dependencies
Spez Justoverclock It doesn't work with some Vietnamese words. Words with the letter ฤ. For example, "ฤแปt" means f*ck
Justoverclock cokavar yes, tested with '็ฌจ่' word that i found online...i dont know what means btw
Justoverclock Nodeloc all is done in the backend right now. justoverclockl/flarum-ext-purifyblob/main/js/src/forum/index.js frontend is empty
Dr_Sommer Hi, just installed it and tried to use the Regexp Function, but no clue, how to use it... I tried: s/badword/niceword/g to replace badword with niceword, but its not working... Could you give me an example, please? Thank you in advance ๐๏ธ
Dr_Sommer Also this little Problem: I`m using RICH TEXT Plugin for WYSIWYG... When I make a text BOLD i get: Input text is: This is a badword Output is: **this is a ******* and its not bold When I make a text italics i get: Input text is: This is a badword Output is: *this is a ****** and its not Italic
Justoverclock Dr_Sommer this ext is not compatibile with rich text plugin i guess , have you tried without it?
Dr_Sommer Justoverclock Thank You... will try that... ๐๏ธ Justoverclock Thank you.... it is working also with Ritch text, but ignores the Font features... thats not a problem for me, I wanted just to let you know.. ๐๏ธ