MyBB Community Forums

Full Version: Warning system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Is there a option to allow on the warning system more then 100%, because I want 180%.
No. You can't give more warning points than what is defined in the ACP as "max warning points". The max level is 100%. The configuration is in ACP > Configuration > Warning System Settings



Edit:
You could try removing this from warnings.php and seeing what happens. I did not try, but it should remove the check to see if it's greater than the max or not (line 142).

|| $mybb->input['custom_points'] > $mybb->settings['maxwarningpoints']
Not working. ;(
Awesome. Did it still calculate the percentage correctly?
(2014-03-25, 03:17 PM)spork985 Wrote: [ -> ]Awesome. Did it still calculate the percentage correctly?
NO, when I want to put automatic warns it goes wrong.