vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Inferno Warning System v1.3 (https://vborg.vbsupport.ru/showthread.php?t=93669)

CarpHunter 01-31-2006 08:42 AM

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.

timetunnel 01-31-2006 01:07 PM

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.

Blackhat 02-02-2006 12:12 PM

How can I edit an existing warning ?

t3aseFP 02-02-2006 04:42 PM

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.

sully02 02-08-2006 09:55 AM

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?

Stone Cold 3:16 02-14-2006 12:23 AM

Ooh@ HOTM!

https://vborg.vbsupport.ru/

Thanks!

sully02 02-14-2006 04:11 PM

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.

Frank Butcher 02-17-2006 05:58 PM

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 ?

misticjeff 02-18-2006 08:35 PM

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

TCattitude 02-20-2006 11:48 AM

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!


All times are GMT. The time now is 08:39 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.01408 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete