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.
Sorry but I just noticed that my forum specific mods can warn/ban anywhere. This is a problem because I don't consider them real mods (they are like rent-a-mods) and are used only to move delete posts when necessary.
Is that normal? How can I fix it?
Also how can I make the warning level visible to all users?
I can't beleive I'm the first to ask that it be visible to all users. The less smart people are complaining like crazy because they think its only them that has a warning meter.
I have this saved (was posted in this thread sometime ago):
With this insatalled, now on my forums only admins can see the warning leve indicator in each post. And users only see if they have been issued a warning.
Quote:
When I added this my users went nuts - had no clue what it was and those with 0% thought they were in trouble.
in the functions_warnings.php script above the return so that it would display No warnings to the user if they had a 0% score. This seems to have cut down on the panic.
Yes, because this only appears to the user themselves; not to the moderators who would warn that user. It's to avoid a 0% display which is confusing to my users.
I put it in the first function in functions_warning.php:
if ($Empty > 0)
{
for ($e = 0; $e < $Empty; $e++)
{
$Bits[] = bit_builder();
}
}
If you use the "PM the warned user" features of the Inferno WarningSystem, you might want to consider modifying warn.php to save the sent PM in the "sent Items" folder of the staff member that warned the user.
If you use the "PM the warned user" features of the Inferno WarningSystem, you might want to consider modifying warn.php to save the sent PM in the "sent Items" folder of the staff member that warned the user.