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)

Brother 01-09-2006 09:08 AM

is there any way to have a log for any activiations in the warning system !

vauge 01-09-2006 10:17 AM

Quote:

Originally Posted by Brother
is there any way to have a log for any activiations in the warning system !

I second this. My mods are asking for a copy of the action to be posted in a specific forum.

SoLo OnE 01-09-2006 11:00 AM

This should be fixed so when you delete warnings from the log it won't send people's warnings into negative values!

Red Blaze 01-09-2006 02:07 PM

Got mine upgraded. Good stuff.

Valter 01-09-2006 03:38 PM

Quote:

Originally Posted by SoLo OnE
This should be fixed so when you delete warnings from the log it won't send people's warnings into negative values!

I agree... several times I had to edit this in database to put correct values.

bada_bing 01-12-2006 06:11 PM

Will this work and tested with vb 3.5.3 ?

wolfyman 01-12-2006 06:32 PM

I'm having no problems with it - but I haven't had to use it to ban anybody yet, only given warnings.

Pcparts 01-13-2006 07:57 AM

IS there a way? or did anyone else figure out a way NOT to show the warning meter under the members of protected group (like moderators and admins). Since they cannot be warned anyway.

Thanks.

docvader 01-14-2006 06:22 AM

Excellent, as usual. But it took me a while to figure out HOW to warn people, LOL..

(You might want to make that clear for the technologically uncreative and impaired such as I)
rich

intox 01-14-2006 09:29 PM

Where is this in AdminCp ? i dont see any link 4 it or in install gudie.

Hack seems to be working fine.

HO3R 01-14-2006 10:42 PM

Clicks install ;)

I'm using 3.5.3 and when i'm trying to warn a member i get this error:
Quote:

The user you are trying to warn doesn't exist.
But the user is there!! Can someone help me out what i'm doing wrong?


Greetz

----
EDIT:
Still have the problem :( someone?

GTAce 01-15-2006 04:36 PM

I'm not sure whether or not this has been asked yet, sorry if it has - but are there plans to create some sort of location to keep track of ALL warnings issued? Basically one central log for the admins to list all warnings issued ordered by time, I guess

wolfyman 01-15-2006 04:45 PM

would be neat :)

Spinball 01-17-2006 07:28 PM

Hello.
I think it's quite important that warnings can be edited. Perhaps there has been a spelling mistake in the comments.
More likely I want to change the expiration period. I have had to do it via PHPMyAdmin since deleting and re-adding the warning is a real drag.
Thanks.

Kmaster 01-18-2006 01:11 AM

Quote:

Originally Posted by SoLo OnE
This should be fixed so when you delete warnings from the log it won't send people's warnings into negative values!


agreed too, hope new version can fix this. :rolleyes:

bada_bing 01-18-2006 11:47 AM

Yep that would be a nice feature

Baris Onat 01-18-2006 02:38 PM

thank you very good

kridisi 01-18-2006 03:27 PM

Dear others,

I've installed the inferno Warning system
But how can I see it in the admin function

Kind regards and thanks in advance
kridisi

murrtex 01-18-2006 07:32 PM

hi all,
can u help me?

inferno works perfect but.the only problem is,whan I give warning points
it increases double points
it means if I give 1 it increases 2
if I give 5,it increases 10

how we can fix it? when I give 5 it must increase 5....
thanks

MPDev 01-19-2006 12:06 AM

When I added this my users went nuts - had no clue what it was and those with 0% thought they were in trouble.

I made a slight modification:

[code]
if ($Current == 0 && $user['userid'] == $vbulletin->userinfo['userid']) {
return 'No warnings.';
}[/cpde]

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.

docvader 01-19-2006 01:12 AM

Are you still able to issue post related warnings if the little graphical display is not there? And where exactly did you put this modification?

MPDev 01-19-2006 01:56 AM

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:

Code:

        if ($Empty > 0)
        {
                for ($e = 0; $e < $Empty; $e++)
                {
                        $Bits[] = bit_builder();
                }
        }

        if ($Current == 0 && $user['userid'] == $vbulletin->userinfo['userid']) {
                return 'No warnings.';
        }


bada_bing 01-19-2006 02:27 AM

Quote:

Originally Posted by MPDev
if ($Current == 0 && $user['userid'] == $vbulletin->userinfo['userid']) { return 'No warnings.'; }

I have added this code but had a question. Will only the staff see the meter like Mods,super mods & admins? and the rest of the usergroups will see the "no warnings" correct?

Also when that member is warned wll they then see the warning meter?

docvader 01-19-2006 03:59 AM

MPDEV, very impressive.

If you are an admin, you see all the warning meters. You see "No warnings" for yourself
If you are a member, you see "No Warnings" for yourself, and see no warning meter for anyone else.

Cleans it up nicely.

Brilliant.

But, if you warn someone, only they see it. No one else does. Which, if you're looking for a little public chastisement (we do, we warn people and send them to HELL, our members really kind of like that, believe it or not...), you lose a key feature of the warning system.

Any way of keeping it like you have it, but, showing a warned member's graph to the world?

Pcparts 01-19-2006 08:11 AM

Quote:

Originally Posted by MPDev
When I added this my users went nuts - had no clue what it was and those with 0% thought they were in trouble.

I made a slight modification:

Code:

if ($Current == 0 && $user['userid'] == $vbulletin->userinfo['userid']) {
return 'No warnings.';
}

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.

Can you tell me please, where exactly did you add this code in the functions_warning.php?




[EDIT]

never mind, I got it after having a look at the file itself.

Just one more thing, how do I allow moderators (along with the administrators) to see the warning meter? and be able to issue warnings?


Thanks

EvilHawk 01-19-2006 09:18 AM

Quote:

Originally Posted by GTAce
I'm not sure whether or not this has been asked yet, sorry if it has - but are there plans to create some sort of location to keep track of ALL warnings issued? Basically one central log for the admins to list all warnings issued ordered by time, I guess

A working solution is to download and install "Custom Queries with parameters" by MarcoH64 and import the following xml! It contains two queries : Warning Log (ALL) and Warning Log by Moderator, both with custom order fields and sorting. ;)

EvilHawk 01-19-2006 09:31 AM

Quote:

Originally Posted by MPDev
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 have made something simillar with a different approach (no file edits)!
I have put the postbit templates edit between an if statement
Code:

<if condition="$show['inlinemod']"><br /><br /><div class="smallfont">$post[warning]</div></if>
So only members with moderating rights can see it in the postbit and my members can see their warning log at their public profile! ;)

MPDev 01-19-2006 11:48 AM

Another tip I use, since I use the postbit_legacy and don't like making the iplogged section two lines (opens up all that space to the right where a couple button sit; I prefer the warning indicator in the profile section along with all the other user information. I also like it formatted like the other items:

So, in the postbit_legacy template, I put the code here:

Code:

                <if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="info">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if>
                <if condition="$show['warning']"><div class="smallfont"><div class="info">$post[warning]</div></if>

Quote:

Any way of keeping it like you have it, but, showing a warned member's graph to the world?
The only thing my change above did was instead of displaying a 0% meter to a user, it says "No warnings." to them; it doesn't change any other functionality and only effect what the user sees about themselves. To show a warning level to the world would mean changing some other logic and I haven't looked that close to know offhand what to change.

kridisi 01-19-2006 02:17 PM

How can I do that other users will see the warning to other users.

thanks in advance
kridisi

HO3R 01-19-2006 04:20 PM

Can someone please help me with my problem a page ago:

When i try to warn a member i still get this error:
The user you are trying to warn doesn't exist.

Really dont know what to do, tried a lot
I'm using 3.5.3

Tnx in advance

Greetz

GTAce 01-19-2006 08:59 PM

Quote:

Originally Posted by EvilHawk
A working solution is to download and install "Custom Queries with parameters" by MarcoH64 and import the following xml! It contains two queries : Warning Log (ALL) and Warning Log by Moderator, both with custom order fields and sorting. ;)

Thanks, I will take a look at that :)

Antivirus 01-19-2006 09:48 PM

sweet hack zero- thanks!

INSTALLED

JaeTea 01-20-2006 12:20 AM

I have mine set up so all users are able to see anyone with a warning level above 0.

I believe I did it with file edits..I'm not sure. Mine has been modified to hell and back.

bada_bing 01-22-2006 04:03 AM

I have a couple questions as I have installed this hack but havent used it until tonight on a test account.

When I issue a warning and tell the system to increase by 1 which my maximun warning level is set to 20 it all seams to work and will show 5% WARNING on the members waring level. Now if I issue a decrease of 1 for that same member it does not decrease the members warning percentage but rather still shows 5% ???? What is this ?

Also does someone have a manual they can share about this hack to how your using it and your methods?

Can you all lost your maximun warning levels that you configured for this hack and maybe show me your standard proceedure on how many warning posts you issue for
various violations, nice to see what everyone else is doing...

GNDI 01-22-2006 03:10 PM

Nice :) Thanks a lot just what I missed from IPB

bada_bing 01-23-2006 01:15 AM

Quote:

Originally Posted by bada_bing
I have a couple questions as I have installed this hack but havent used it until tonight on a test account.

When I issue a warning and tell the system to increase by 1 which my maximun warning level is set to 20 it all seams to work and will show 5% WARNING on the members waring level. Now if I issue a decrease of 1 for that same member it does not decrease the members warning percentage but rather still shows 5% ???? What is this ?


Also does someone have a manual they can share about this hack to how your using it and your methods?

Can you all lost your maximun warning levels that you configured for this hack and maybe show me your standard proceedure on how many warning posts you issue for
various violations, nice to see what everyone else is doing...

Anyone?

Keyser S?ze 01-23-2006 06:22 PM

a suggestion

its great u can put in a mesage for the post warned for all to see however, it should be if u do that its seen clearly as a warning message

now u cant really tell did the user put that in or is that a warning

something like this

------------
post warned
------------


message for all to see in whatever color that is not default

and it should be at the bottom, also the warning message should not be able to be edited out by the used

GTAce 01-23-2006 06:35 PM

I'm going to assume the message box in the posts accepts bbcode? If so, just add bbcode to your message....

You can actually edit the template so that there is some default text displayed in the boxes, that's what I've done

elsonar 01-23-2006 07:22 PM

how does a user view there warnings whats the link to it?

Thx

J

simalert 01-24-2006 08:53 PM

Is there a way to stop certain people from being able to issue warnings?

On my site I have moderators that can moderate but not ban and super moderators that can do everything including ban. However this mod (which is excellent by the way, thanks) allows my normal moderators to issue warnings and ban people.

Is there a way to stop my moderators being able to issue warnings and just leave it so admins and super moderators can warn people only?

Thanks


All times are GMT. The time now is 11:48 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.01728 seconds
  • Memory Usage 1,830KB
  • 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
  • (4)bbcode_code_printable
  • (11)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