MyBB Community Forums

Full Version: Need help making forum ban people
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have tried looking in multiple places for how to accomplish this but how exactly can I make it so that if a 'registered user' posts in a certain section they will receive an automatic ban?

Is it really that tough or is there a simple solution to something like this?
A simple plugin you need to code with hooks 'datahandler_post_validate_thread' & 'datahandler_post_validate_post' to accomplish this.