We did this as well, but some of our moderators don't want to upvote posts that are not worth upvoting. They want to keep the value of their upvote
Tomáš Nesrovnal 0
Posts
-
Improved Post Queue tooling -
Improved Post Queue toolingHi @julian, we were dealing with a similar issue. We have started to use post queue and the number of spam posts went down.
The screenshot you posted here looks good. Is there any way how to turn it on already?
And is it possible to approve the user, not just a post/comment, so that next time the user posts/reply, it doesn't go into the post queue?
I know that this can be done with reputation, but you don't get reputation for just posting/commenting.
Thanks!
-
I need a simple blacklist of words that will prevent a post to be submitted.Hi all,
as the title: I need a simple blacklist (case insensitive) of words that will prevent a post to be submitted.
Some spam is getting though and this would help a lot.Is there any way how to do it now? Or is there a plugin that can do it? If not, is there any good plugin doing something similar, so it can be tweaked to do this?
-
Wrong post_count in categoryHi all,
We have an issue that a category shows negative post count. The problem is in the category itself and not its children. When I query
db.getCollection('objects').find({_key:'category:2'})
I see negativepost_count
.I saw this post https://community.nodebb.org/topic/14666/post-count-wrong-causing-issues-with-navigation-and-notifications but the solution is to set the value manually. Is there any script/button that I could run that will get me the value I need?