Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
93 views

Strategies for preventing spam, unfair multiple votes in community-collaboration based forums

I am working on implementing a tool for fresher job searchers in a city, which will mainly help them to be aware of cheat/fraudulent companies* (see explanation in the end). The basic idea is a ...
2
votes
2answers
61 views

In a system for moderating offensive user content, how do you decide on a threshold for automatic removal?

I'm writing a forum application and want to automatically moderate offensive posts using a flagging system similar to the one on StackOverflow in which users are given the ability to report ...
1
vote
2answers
55 views

Implementing Community Moderation

i am building a social network platform, as a platform to learn web development. i have some questions on how should community moderation be implemented properly. flagging should it be totally ...
0
votes
3answers
91 views

How to implement a “flag for moderator attention” feature on a Comment model in a Rails app?

I have a Comment model in my app but am encountering a lot of problematic postings that I have to remove manually. What I want to do is add a "flag for moderator attention" feature so that users of ...