IanM 1.0.2 Add permissions to bypass the filtering FriendsOfFlarum/filter24 Modify filter word list to use a newline for each entry, making it easier to define complex matching patterns This update was made possible by @Kulga - thank you for sponsoring 🙏 Updating composer require fof/filter:"*" php flarum migrate php flarum cache:clear
IanM ash3T filter function only apply to the content of the post not the title Correct, there is an open issue for this to be added FriendsOfFlarum/filter27
fakruzaruret fakruzaruret what dou you think about this @IanM ? How can we exclude admins from filter?
girefko I was running into some issue where if I was posting too fast, a red error message appeared saying that "The requested resource was not found". If anyone else encounters this, disable "Auto merge" and it should fix the issue.
IanM 1.1.0 Fix censor creation + some maintenance by @datitisev in FriendsOfFlarum/filter32 chore: webpack 5 by @IanM in FriendsOfFlarum/filter34 Updating composer require fof/filter:"*" php flarum cache:clear
User39 @IanM whenever I post within the limit and it merges the post, I get an error saying "The requested resource was not found." as well as the post not displaying. But, upon refresh, the post does display, but shows no evidence of that to users prior to refresh, so users might double post more thinking nothing was sent.
User39 User39 will this not be fixed? Will the extension is effectively abandoned? Edit: @IanM any thoughts
IanM 1.1.2 fix: migrations assume flarum is already installed by @datitisev in FriendsOfFlarum/filter37
Chihiro The anti pasting function has a bug An error may be displayed by continuously replying to the user. After refreshing, the user will reply to an unknown user. This is just a bug that needs to be optimized, and there is no error log.
Chihiro Chihiro This BUG will cause the user to think that no reply is successful and make repeated replies.
clarkwinkelmann Chihiro are you able to capture a screenshot and/or video of this bug? I don't have this extension installed so I can't test. Did you test on another forum to see if that's a general issue as soon as this feature is enabled or is it only happening on your forum?
Chihiro Chihiro Please fix this bug as soon as possible. I don't want my users to reply to too many posts repeatedly within 5 minutes. At the same time, I don't want too many replies to occupy my database.
meetdilip Hi, any chance we can have the option to reject a post / topic if it contains banned words?
dexif meetdilip Dirty unrecommended hack: you can replace $post->discussion->save(); with $post->discussion->delete(); and comment 101-108 lines here: https://github.com/FriendsOfFlarum/filter/blob/master/src/Listener/CheckPost.php#L98 The author(spammer) will get something like The requested resource was not found.
SKevo meetdilip @SKevo something we can try on FF? Thanks. Unfortunately modifying that file would modify it for all forums, which is probably not what others want. It is therefore better to either fork this extension and include it at FreeFlarum, or even better, to have a switch (setting) implemented in this extension that will delete the posts instead of flagging them
dexif @IanM @FriendsOfFlarum Please review and merge if possible. Pull request: FriendsOfFlarum/filter42 CC @SKevo @meetdilip