Version: 1.3, by Zero Tolerance
Developer Last Online: Nov 2023
Version: 3.5.2
Rating:
Released: 08-04-2005
Last Update: 01-07-2006
Installs: 564
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
Well this was created purely for my own self and staff needs, but i'm sure you guys and gals will need a warning system to keep control over any member that doesn't wish to follow your rules.
The previews pretty much tell you all the features available, one that isn't shown is that the graphical representation of warnings will be displayed in a members profile, so that you may warn members via their profile or post(s).
v1.1 Updates:
- You can now enter a "Reason To Show User" input, this message is shown for users who are banned.
- Minor gramatical error in the ACP options.
v1.2 Updates:
- Missing template added (minor)
- WOL Fixed (minor)
- Unable to warn user via profile more than once if warn duplcation was not allowed (high)
- Ability to remove warnings
- ACP option to allow/disallow staff to remove warnings
- Warn log stretched page if it was large
1.3 Updates:
- Bug Fix: Warning points to be given were not consistant with maximum points allowed (the drop down menu went from 0 - 10 no matter what)
- Bug Fix: Those who cannot recieve PMs (either via turning it off themselves or due to other permissions) resulted in an error when you tried to warn them, this no longer happens but the PM will not send.
- Added new flexible warning expirations 'Hour' (Allows you to make the warnings expire in hours aswell as days/months)
- Added extensive flexible ban times (Now allowed to ban a user for x hours/days/months)
- Added post modifier notice (Allows the staff member to automatically add a notice to the top of the users post, allowing others to see that the post was warned)
Enjoy
- Zero Tolerance
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Hi, I have this installed, and like it very much. Good job.
I have certain members who have blogs, but they aren't apart of the main staff, so they aren't real moderators. Because they mod their own blog though, they have access to the warning system. What can be done to limit access to just the main staff?
To those complaining about removing warnings but still having the user come up banned, I found the quick as hell fix after reading through all of the posts here trying to find an answer. Look in warn.php and find the following:
Code:
if ($Warn['w_adjust'] == 'minus')
{
$Warn['inferno_warn_level'] += $Warn['w_amount'];
}
replace with:
Code:
if ($Warn['w_adjust'] == 'minus')
{
$Warn['inferno_warn_level'] -= $Warn['w_amount'];
}
Save, reupload if needed. May need to go to Inferno Warning System in vB's drop down menu so it reloads. One site I had it on needed that last step, the other didn't.
cant find that code in warn.php file, all i can see is this...
First of all; great mod! But I have a nasty problem with it in Internet Explorer.. When one of my moderators (including myself) try to warn someone. The warning page keeps on refreshing in a high rate.. We all have the problem, and if we use FireFox the problem does'nt accur. Anyone knows what the problem could be ?
how do i set the width onissuing a warning to a member page... the form page when you warn someone. it kinda stretch.. i want it to be smaller. like around 680px...
how does this relate to the AWS as I already have that installed but am thinking of changing over to this one because i have a problem with AWS and RPG being installed together.