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
meihuak i use the fof filter extension, there is no block words, but the post and discussion are in rewiew, why?
GreXXL meihuak likely to another extension you are using. I suggest to open a post inSupport sharing yourphp flarum info output.
maxmoon I have two issues and I think both are caused by FoF Filters. Auto Moderator keeps hiding posts of the admin Auto Merge doesn't work Is anyone experiencing the same issues?
maxmoon HD3D It works with an error, even on a fresh install Which one exactly works and what kind of error do you get? My forums keeps hiding my own posts and it's super annoying...