Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Inferno Warning System v1.3 Details »»
Inferno Warning System v1.3
Version: 1.3, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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.

Comments
  #192  
Old 10-25-2005, 12:37 PM
Holidazed's Avatar
Holidazed Holidazed is offline
 
Join Date: May 2002
Location: Van Nuys, CA
Posts: 713
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much.
Reply With Quote
  #193  
Old 10-28-2005, 08:11 AM
pipin's Avatar
pipin pipin is offline
 
Join Date: Jan 2005
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if the coder will be back sometime.

Improvement suggestions:

- PMs should be saved in the warners pm folder

- 2 banned usergroups should be supported. one for temporary bans and one for everlasting bans
Reply With Quote
  #194  
Old 10-28-2005, 09:45 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Zero Tolerance please check your PM?s. You will see then several Request from the official german vBulletin Hackcommunity to translate this Hack in our german Language.

Can you please give us your ok officialy here ?

Thx.....

P.S: It is enough for us if we are allowed to post the german Translation here and give german Support at us.

http://www.vbhacks-germany.com

BTW - yes this is the "official" German Hack Community by vbulletin-germany.com.
Reply With Quote
  #195  
Old 10-29-2005, 08:50 PM
Andy R's Avatar
Andy R Andy R is offline
 
Join Date: Feb 2002
Location: Traveling...
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Our community wants to setup this script in a pretty simple format where each warning is worth 1 point and they are banned after the 5th warning for 180 days. Is there a way to set this up so that some of the values are placed in hidden fields for mods so that when warnings are given no values are edited in a manner inconsitent with our policies...

Attached is what I want to accomplish. Can anyone point me in the right direction as far as using conditionals to accomplish this. Also, I think these options would make a great addition to an already awesome script (recommendation for future feature).
Reply With Quote
  #196  
Old 10-29-2005, 11:54 PM
MGM MGM is offline
 
Join Date: Jan 2003
Location: Michigan
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andy R
Our community wants to setup this script in a pretty simple format where each warning is worth 1 point and they are banned after the 5th warning for 180 days. Is there a way to set this up so that some of the values are placed in hidden fields for mods so that when warnings are given no values are edited in a manner inconsitent with our policies...

Attached is what I want to accomplish. Can anyone point me in the right direction as far as using conditionals to accomplish this. Also, I think these options would make a great addition to an already awesome script (recommendation for future feature).
Go to your vBulletin Options -> Inferno Warning Options -> Max Warning Level -> Change this value to 1

Edit the template warn_user and remove everything. Use the text file I uploaded below and paste it into warn_user. That should do what you're asking

MGM out
Reply With Quote
  #197  
Old 10-30-2005, 12:27 AM
Andy R's Avatar
Andy R Andy R is offline
 
Join Date: Feb 2002
Location: Traveling...
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much for that! It is nearly perfect. The only issue is if I set the Max Warn Level to 1 then the also means after the first strike they are banned. I want the Max Warn Level to be 5 but each warning to default to 1. I think from what you have post the only difference would be to replace that one row with a hidden form tag with the one value set. Do you know what that tag should look like?
Reply With Quote
  #198  
Old 10-30-2005, 04:33 AM
MGM MGM is offline
 
Join Date: Jan 2003
Location: Michigan
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andy R
Thank you very much for that! It is nearly perfect. The only issue is if I set the Max Warn Level to 1 then the also means after the first strike they are banned. I want the Max Warn Level to be 5 but each warning to default to 1. I think from what you have post the only difference would be to replace that one row with a hidden form tag with the one value set. Do you know what that tag should look like?
Try this... edit the warn_user template and remove $AdM... then, in its place, put in:

HTML Code:
<select name="points">
<option value='1'>1</option>
</select>
Not sure if that'll work but try it out and gimme a yell.

MGM out
Reply With Quote
  #199  
Old 10-30-2005, 05:55 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour
Hi,

Zero Tolerance please check your PM?s. You will see then several Request from the official german vBulletin Hackcommunity to translate this Hack in our german Language.

Can you please give us your ok officialy here ?

Thx.....

P.S: It is enough for us if we are allowed to post the german Translation here and give german Support at us.

http://www.vbhacks-germany.com

BTW - yes this is the "official" German Hack Community by vbulletin-germany.com.
To explain this - i am not a Teammember of http://www.vbhacks-germany.com only a community Member - it seems like some persons missunderstand my request and thought i wrote in the Name of the whole Community over there.

I guess to say "us" is normal at a Community but it seems that some others would like to the see a greater difference at those request.
Reply With Quote
  #200  
Old 10-30-2005, 11:49 AM
Keyser S?ze's Avatar
Keyser S?ze Keyser S?ze is offline
 
Join Date: Apr 2002
Location: USA
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i would still like to see it set up so only ppl that have a warning, is displayed, if its at 0 theres no warning bar and so on

also the option to set certain usergroups to see everyones warning
Reply With Quote
  #201  
Old 10-30-2005, 02:58 PM
mtha's Avatar
mtha mtha is offline
 
Join Date: Jul 2002
Location: US
Posts: 775
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What'd happen to the user's warning, if he get to 100%, (get ban), and unbaned (ban time expire)

It looks like the person still get 100% warnig, even after the ban is removed?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:48 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06110 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete