MyBB Community Forums

Full Version: Forum Ban
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Forum Ban 1.2

Description:
Allows you to ban users from posting and editing in a forum.

Features:
  • Forum Bans can be set to expire after a certain time or can be set permanently.
  • Displays a notice to user when they are banned.
  • Full language support.

Additional Information:
N/A

Download & Screenshots:
https://community.mybb.com/mods.php?acti...w&pid=1325
https://github.com/PaulBender/Forum-Ban
Nice plugin Paul!
Thanks for your contribution!

I coded something like this years ago for a client and feel happy somebody coded a free one which people can contribute to.

Regards.
Thanks for this plugin, I used to set custom forum permissions and group promotions for this.
Nicely done! Thanks
Thank You for the Plugin Starpaul20

sure I try it and add to my forums... very interesting mod +1

it's good to see how mods keep coming out! Big Grin
+1, thx!
Hello,

I installed it today on my forum and tested it.

So, the first problems i entcountered are :

-It disables post thread button in the forum where i activated it and it is ok but it doesn't show me any warning that i have been warned from this forum.

-it disabled the reply button in the thread where i activated it , it is ok but i can't see any warning that i have been banned from this forum.

Do someone have the same issue?
Nobody?
Just like with the Reply Ban plugin, there is not such warning as you thought.

To display a warning for this plugin I would suggest installing the Templates Conditionals plugin.

Then, within almost any showthread* or postbit* templates you can paste something like the following:
<if $GLOBALS['existingban'] > 0 then>
You are banned from this thread...
</if>
Pages: 1 2