Does anyone know of a tutorial where we can build a post reporting system or flag system I should say?
What I need is a flag system that takes number of flags reported on a post into consideration and automatically removes the post and notifies the poster of the post.
@raminjan
what do you mean?
Do you want to flag bad language?
In this case i would create a array with criteria and cross check every post before commiting.
Or you want users to flag a post?
In this case it is the same as up or down vote, but after x amount of downvote the post gets hidden or removed.
@Nick385 Actually the second scenario you have said is what I am looking for. I want users to be the judge and up vote or down vote each other's posts. any tutorials on this?