Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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
  #332  
Old 01-31-2006, 08:42 AM
CarpHunter CarpHunter is offline
 
Join Date: Apr 2005
Location: Netherlands
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just started on installing my new board.

I finished installing this hack (made some language mods to it because my forum is dutch :P)

All works fine but I still have some requests:
- Is it possible that when a user is warned it can auto generate a post in a designated forum with the warning info in it (like what post is warned, number of points, reason and stuff?
- Is it possible that when you ban a user he/she gets a mail from the board and not only the message when he/she tries to log on to the board?

On my old forum (vb3.0.7) I used the advanced warning hack. It didnt look as good as this one but had those functions and I use them freqeuntly. Therefor my requests.
Reply With Quote
  #333  
Old 01-31-2006, 01:07 PM
timetunnel timetunnel is offline
 
Join Date: Sep 2005
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

CarpHunter plus anyone who wants to chime in...

How come you're changing or looking to change(?) from the "advanced warning" hack? I'm trying to find out the differences between that hack and this one so I can make a choice.

Thanks in advance.
Reply With Quote
  #334  
Old 02-02-2006, 12:12 PM
Blackhat's Avatar
Blackhat Blackhat is offline
 
Join Date: Mar 2005
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I edit an existing warning ?
Reply With Quote
  #335  
Old 02-02-2006, 04:42 PM
t3aseFP t3aseFP is offline
 
Join Date: Jan 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #336  
Old 02-08-2006, 09:55 AM
sully02 sully02 is offline
 
Join Date: Jul 2004
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On our forums, we use a the plugin that sends reported posts to a forum. As a result, all potential warnings are more of a group decision than an individual action. Would it be possible to set up this extension so that when a warning is given out, instead of saying which user gave the warning, it is issued by 'Administrative Staff' or something like that?
Reply With Quote
  #337  
Old 02-14-2006, 12:23 AM
Stone Cold 3:16's Avatar
Stone Cold 3:16 Stone Cold 3:16 is offline
 
Join Date: Oct 2005
Location: Fort Worth - Texas
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ooh@ HOTM!



Thanks!
Reply With Quote
  #338  
Old 02-14-2006, 04:11 PM
sully02 sully02 is offline
 
Join Date: Jul 2004
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another idea for an addition - I'd like a deal set up so that whenever a warning is issued, a post is made in a thread that gives the details of the warning... User, warning level, reason, etc.

I could probably figure this one out on my own, but I think it would be a nifty addition to this mod.
Reply With Quote
  #339  
Old 02-17-2006, 05:58 PM
Frank Butcher Frank Butcher is offline
 
Join Date: Feb 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do I have to adjust the template individually for each skin as when I search for postbit_legacy it gives me one for each skin, is there any way I can do it in 1 and it works for all of them ?
Reply With Quote
  #340  
Old 02-18-2006, 08:35 PM
misticjeff misticjeff is offline
 
Join Date: Aug 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Truly Great Mod!!!! a question which I didn't see answer for and hope i didn't just miss it.

Would it be possible to add a summary/stats page into this mod that would show admins/mods who's currently being warned/banned??? I think that would be extremely useful...

Thanks Again

Jeff
Reply With Quote
  #341  
Old 02-20-2006, 11:48 AM
TCattitude's Avatar
TCattitude TCattitude is offline
 
Join Date: Oct 2004
Location: Chile
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by misticjeff
Hi,

Truly Great Mod!!!! a question which I didn't see answer for and hope i didn't just miss it.

Would it be possible to add a summary/stats page into this mod that would show admins/mods who's currently being warned/banned??? I think that would be extremely useful...

Thanks Again

Jeff
I agree!
Reply With Quote
Reply

Thread Tools

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 07:00 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05958 seconds
  • Memory Usage 2,305KB
  • 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
  • (2)bbcode_code
  • (1)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