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)

Lea Verou 04-22-2006 10:18 PM

The other admin on my site found that weird bug:
If you decrease a user's warning level and the sum of his current warning level plus the amount that you are going to substract from it add up to more than the max level, the user gets banned, even though he shouldn't.
Example:
A user has 70%. You substract 40% from his warning level and instead of just having 30% afterwards, the user becomes banned and his warning level is 30% as it should.
I have no time to look at the code so I just report it in case someone can solve it (perhaps you ZT? :))
Have a happy easter :)

RS_Jelle 04-24-2006 09:48 AM

This is a known bug. I fixed it already, it's posted a few posts above your message ;)

Keyser S?ze 04-25-2006 12:58 AM

just a suggestion, but it would be great if it told the person who banned them

Noonster 04-26-2006 07:03 PM

Quote:

Originally Posted by satman123
hello

pls help me

how can ı closed maderatores cant give alert

Yeah I would like to do the same...

I would like to choose the usergroups that are able to warn people - IE on my forum i want only Admins to be able to warn and NOT moderators.

Is there some code I can put somewhere that will only allow the usergroups I want to give warnings but still allow everyone to see the meter.

Thanks and I hope someone can help ASAP!

johnn 04-26-2006 11:17 PM

Quote:

Originally Posted by Noonster
Yeah I would like to do the same...

I would like to choose the usergroups that are able to warn people - IE on my forum i want only Admins to be able to warn and NOT moderators.

Is there some code I can put somewhere that will only allow the usergroups I want to give warnings but still allow everyone to see the meter.

Thanks and I hope someone can help ASAP!

Here here! I would like the same!

COBRAws 04-27-2006 02:59 AM

Quote:

- 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)
Is there a way to add some Quotation marks or something to make it look different than being a simple edit? I mean, when you enter the modifier notice, it is added to the original warned post at the very top, but with any kind of edition or diference from the original text. Do I make myself clear?

Thank you.

DJ XtAzY 04-28-2006 03:49 AM

Quote:

Originally Posted by DannyITR
I think I may have to uninstall it too because there doesn't seem to be any support from the author and there are many features that appear to be lacking for a seemless operation.

if u go to his forums the reason y we dont see zero now because he had no internet access atm. He was forced to get a new home or something. His forum wil tell u y

board.trash 05-01-2006 04:40 PM

Quote:

Only my Admins & Super Moderators can warn people.
Same Problem here, with 3.5.3 it works finde.. but now with 3.5.4 only admin + smods can warn :cross-eyed: is there a fix?

thx

Kmaster 05-02-2006 12:50 AM

Quote:

Originally Posted by RS_Jelle
I had a look at it and it's easy to fix:

OPEN warn.php
FIND
PHP Code:

if ($vbulletin->options['warn_auto_ban'] && ($UserData['inferno_warn_level'] + $Warning['amount']) >= $vbulletin->options['warn_max_level']) 

REPLACE WITH
PHP Code:

if ($vbulletin->options['warn_auto_ban'] && ($UserData['inferno_warn_level'] + $Warning['amount']) >= $vbulletin->options['warn_max_level'] && $Warning['method'] == 'plus'


with above change, the person will get ban even they don't reach the max points.

VTXCafe.com 05-12-2006 05:33 AM

This works great but the problem is we added a "creative team" to help plan and design new features. They have been given mod access to their 1 forum but they have mod access to the whole site.

Anyone have a solution for this problem? I love the hack I'm just not wanting 10 more people with mod ability.

coRtALoS 05-15-2006 08:00 PM

<font color="white">I emailed the author of this hack, but so far no answer..so I'm going to ask here. Is it possible (and if so, does anyone know how), to instead of having this warning system auto-ban, send a PM out to an admin, requesting a ban? This would be extremely helpful to our forums.

Thank you.</font>

Smiry Kin's 05-19-2006 11:42 AM

can some one pls help me out? it seems to go over my boarder..?? i donno where to change this? or how to stop this.?? thanks

vitnuce 05-22-2006 12:06 PM

Zero Tolerance
Master Coder

Last Online:
Jan 2006


Where r u now, Zero Tolerance :(

Snake 05-23-2006 11:13 AM

I think he's gone for good. :(

redlabour 05-23-2006 12:51 PM

Quote:

Originally Posted by Lil Ripsta
I think he's gone for good. :(

Shit ............. :confused:

Snake 05-24-2006 04:04 PM

Yeah well too bad...

redlabour 06-08-2006 03:52 PM

Will it work in the Future with vBulletin 3.6 ? Or is it useless by the integrated Warning System ?

Snake 06-10-2006 01:51 PM

Yes it wil.

The Realist 06-11-2006 03:42 PM

When I ban a user it says ther are Perminantly Banned but puts them in the (COPPA) Users Awaiting Moderation (id:4).

I have set the banned usergroup to 8 as standard but it dont work.

I have to move them to the banned usergroup via the ban user option in VB and then there status changes from perminently banned to banned.

Whats going on?

Any ideas?

Laters

Keyser S?ze 06-16-2006 01:57 PM

it still would be nice to have the option to make this public or not, also have it set so u only see a warning bar if u have a warning

Zelos 06-24-2006 04:45 AM

Will there be any way to keep this system in place of the new "official" one when upgrading to 3.6?

Oo Drizzle oO 07-04-2006 02:16 PM

It didnt work for me. I dont know. I followed all the instructions correctly. It brought me to a error page every time I would go to the thread or the member profile. Someone help. I reallly need to have a warning system up soon.

GNDI 07-08-2006 07:43 AM

HI

I have generated a userguide on how to use the Inferno Warning System for moderators and administrators.

The file include a html file with the instroctions to ad in your FAQ and the images used in the guide. This is ready for run to your FAQ system.
  1. Upload the full contense of the upload folder to the ROOT of your forum
  2. Copy and paste the html code to your FAQ
You should now have a complete guide for your moderators and admins for "how to use the warning system".

If you translate this guide into other languages, please leave a copy for other users of this warning system. And do please leave one of the copyright lines intact in the guide.

You can see how it looks on *** Link removed ***

This file was virus cheached by F-Secure the 10 of July 2006 12:22 CEST


Quote:

This guide have been updated to version 0.2

GNDI 07-08-2006 07:47 AM

Quote:

Originally Posted by Oo Drizzle oO
It didnt work for me. I dont know. I followed all the instructions correctly. It brought me to a error page every time I would go to the thread or the member profile. Someone help. I reallly need to have a warning system up soon.

you will have to provide us whit what you did, and what the error is before anyone have a chance to help you

NetworkTown.Net 07-09-2006 06:01 PM

Dose this work on 3.5.4?

GNDI 07-10-2006 06:08 AM

Quote:

Originally Posted by NetworkTown.Net
Dose this work on 3.5.4?

yes, perfect

I have no problems what so ever, just install it

GNDI 07-10-2006 09:24 AM

<a href="https://vborg.vbsupport.ru/showthread.php?p=1024801" target="_blank">This guide have been updated to version 0.2</a>

Keyser S?ze 07-11-2006 11:12 PM

is it possible to by default have it expire within 30 days, and have it required to fill in the reason box?

also their REALLY needs to be a way to edit warnings

Whiterook 07-13-2006 04:21 PM

Haven't installed it yet, but what a great feature!. Thank You ZT.
It looks much less complicated to install then another one found here.

Edited to remove Coder solicitation, as I have just found GNDI's user guide.
Thank You too GNDI.
Edit #2 I was mistaken.... I thought GNDI's aboved placed link was to an installation guide of his making. It is another of ZT's install instructions.... sry for all the confusion (it's what I seem to do these days, when dealing with mods/installs/eating/walking...ect)

Regards,
WR

hnjco 07-19-2006 01:33 PM

How moderators can warn users? Right now only admin can warn users?

GNDI 07-19-2006 02:02 PM

Quote:

Originally Posted by hnjco
How moderators can warn users? Right now only admin can warn users?

Have you read this guide? https://vborg.vbsupport.ru/showpost....&postcount=425 and have you checked that you have the default usergroup ID's?

sudn3sc3d 07-20-2006 02:50 AM

Quote:

Originally Posted by Jordan17
None of my mods can see the warning meter. I have no idea why, it just doesn't shpw up for them.

I haven't changed any of it, just installed it.

Same here no one except me can see the meter :confused:

KuJoe 07-20-2006 08:08 PM

I just noticed that non-mods/admin can adjust warning levels... anyway to fix this?

kelekian 08-04-2006 07:15 PM

I create new group, was ID 12, but I need this group can able alert reg users. I can do it? How?

btw, this group can moderate some part of forum.

Hugs,

Kelekian

drumsy 08-05-2006 01:56 AM

What would be great would be the ability to convert all of this data over to vBulletin's Infraction System.

paul41598 08-09-2006 04:33 PM

I'd like to see how all users can see everyone elses warning... :(

paul41598 08-09-2006 06:00 PM

N/M, I got this working for all users for anyone who wants

Didi R. 08-14-2006 03:29 PM

Can someone tell me how i can get rid of the carriage return to the box for moderation?

glorify 08-14-2006 04:24 PM

Great stuff. I changed the way the MEMBERINFO looks. Moved the warning to it's own fieldset (conditional) in the Forum Info.

In MEMBERINFO, Find:
Code:

<td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                                </tr>
                                </table>
                        </fieldset>

Add Under:
Code:

<if condition="$show['warning']">
<fieldset class="fieldset">
                                <legend>Warning Level</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td>
                                                $userinfo[warning]
                                      </td></tr>
                                </table>
                        </fieldset>
                        </if>


glorify 08-14-2006 09:07 PM

Quote:

Originally Posted by paul41598
N/M, I got this working for all users for anyone who wants

Shoot it out.


All times are GMT. The time now is 06:50 PM.

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.02079 seconds
  • Memory Usage 1,833KB
  • 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
  • (2)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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