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)

GatorV 10-04-2005 03:04 AM

Quote:

Originally Posted by MAD_PLayEr1
perfect thanks.

Does any one know if this hack works with the Gold version of 3.5.0??

Keyser S?ze 10-04-2005 03:42 AM

been stated many times in this thread it works in 3.5.0 GOLD

ozmazdaclub 10-06-2005 04:25 AM

I have an issue and have read all the posts in this thread but my issue is not reported or mentioned anywhere. The issue is when viewing the warning log for a particular user the log is expanding beyond the normal browser window size. Ie i have to scroll horizontally to view all of the warning log. It does not seem to 'word wrap' for a lack of a better way of describing it. Is there something im missing or is it something missing in the code for this product? If an example is needed i can post the image into this thread.

Thankyou.

akanevsky 10-08-2005 11:43 PM

Noooooooooo!!! Why is this hack designed like IPB? :X

wolfyman 10-09-2005 12:00 AM

Quote:

Originally Posted by Keyser S?ze
been stated many times in this thread it works in 3.5.0 GOLD


Does this work in 3.5 Gold?

ozmazdaclub 10-09-2005 01:04 AM

Yes it works fine on 3.5 GOLD.

Please read the entire thread as your query may have been answered before...

wolfyman 10-09-2005 11:28 AM

Quote:

Originally Posted by ozmazdaclub
Yes it works fine on 3.5 GOLD.

Please read the entire thread as your query may have been answered before...

The sarcasm generator once again fails to cross the humor gap... ;)

dethfire 10-10-2005 08:30 PM

Is there a global log? How do I know who has been warned?

lamilein 10-11-2005 06:01 AM

great hack :) just found one "bug"
when a user is deleted every guest can view the warning-part on postbit (see attachement for clarification)

Keyser S?ze 10-11-2005 06:59 AM

were u logged out when u took that?

anyways, any plans to add a feature to let x usergroup see everyones warning?

lamilein 10-11-2005 07:01 AM

like i wrote: every guest can view it - and as you can't ligin as "Guest" the answer is: yes, i was logged out :p :D

pipin 10-14-2005 01:35 PM

hm, just found one disappointing point.

the messages send with the warning are not saved in the normal message system, so tracking isnt possible. :ermm:

Andy R 10-14-2005 03:45 PM

It seems that the warning meter has caused lots of questions for members that have not been warned. I was wondering if it was possible to use a conditional to hide the warning meter for members who have not been warned? That way they would not even worry about it until they got their first warning...

Thanks in advance.

Andy

ozmazdaclub 10-15-2005 04:10 AM

in the forum control panel under vb options there should be a warning section... you can untick to show to non staff groups...i beleive this was mentioned a few times already..

ArabSQuad 10-15-2005 03:27 PM

damn,you're good! ;)

Andy R 10-15-2005 03:39 PM

What I am looking for is actually to show the warning system to only members that have warnings. That way they can see where they stand once they get their first warning. If they have no warnings then I want to hide the meter so they don't get confused? Is that possible?

Kaelon 10-15-2005 03:48 PM

I've reviewed this thread, but I couldn't find the answer (perhaps I'm blind :p). How can I view all of the warnings ever given to all users?

Thanks!

Snake 10-15-2005 04:38 PM

Quote:

Originally Posted by Andy R
What I am looking for is actually to show the warning system to only members that have warnings. That way they can see where they stand once they get their first warning. If they have no warnings then I want to hide the meter so they don't get confused? Is that possible?

Yeah I would like to do the same thing as well. That would be cool.

heynurse 10-19-2005 03:29 PM

Quote:

Originally Posted by Andy R
What I am looking for is actually to show the warning system to only members that have warnings. That way they can see where they stand once they get their first warning. If they have no warnings then I want to hide the meter so they don't get confused? Is that possible?

I would also like to see this :) Great hack by the way!

eoc_Jason 10-19-2005 03:46 PM

Call me crazy, but couldn't you just use a template conditional so that if their warning level is zero not to show the image?

Andy R 10-19-2005 04:27 PM

Can you provide any insight on what this conditional should look like? i.e. how to write it (I know we will have to wrap it around the current template edits on the postbit and memberprofile) but don't know how to write the conditional statement to look at the warning level value.
Quote:

Originally Posted by eoc_Jason
Call me crazy, but couldn't you just use a template conditional so that if their warning level is zero not to show the image?


Mastar 10-19-2005 05:37 PM

Flawless installation

eoc_Jason 10-20-2005 07:51 PM

Quote:

Originally Posted by Andy R
Can you provide any insight on what this conditional should look like? i.e. how to write it (I know we will have to wrap it around the current template edits on the postbit and memberprofile) but don't know how to write the conditional statement to look at the warning level value.

Modify your Warn Display [Post Bit] hook plugin, and replace with the following code:

PHP Code:

global $vbulletin;

if (
$post['postid'] && (can_moderate($forum['forumid']) || ($vbulletin->userinfo['userid'] == $post['userid'] && $vbulletin->options['warn_allow_view'] && $post['inferno_warn_level'])))
{
    require_once(
DIR '/includes/functions_warning.php');
    
$show['warning'] = true;
    
$post['warning'] = construct_warning_display($postcan_moderate($forum['forumid']));


Basically the only addition is the && $post['inferno_warn_level'] check. So all your moderators and such will still see them for everyone.

Keyser S?ze 10-21-2005 05:57 AM

Quote:

Originally Posted by ozmazdaclub
in the forum control panel under vb options there should be a warning section... you can untick to show to non staff groups...i beleive this was mentioned a few times already..

unless i am missing something, i do not see that, to allow non staff to see everyone elses warning

i see this

Allow non-staff members to view their own warning level and logs.

but all that means, is i myself can see my own warning even tho i am not staff

i also see "protected usergroups", but that again is not the same thing

is there another options section besides the one?

Andy R 10-21-2005 12:35 PM

Thanks for helping with this Jason but that code is still showing a regular user with no warning the warning meter...

Keyser S?ze 10-21-2005 11:18 PM

i would also like it how andy asks for it, i mean why have it show up if they have no warning, seems odd

also, i prefer for everyone to see everyone elses warning, or be able to set it urself as to what usergroup can see warning level, and reasons

i mean, normal members dont need to see reasons, but why not level? shame ppl into doing the right thing ;D

------------------

also would be great if the default msg in the PM being sent to users was "Rules Violation" which if u clear it out u can change it to whatever, but to have it there, i get sick of typing it ;p

dethfire 10-23-2005 08:59 PM

We can no longer view a member's warning history to be able to see what specific warnings the member has received for what particular posts.

Also I wish there were a global record of everyone who has been warned.

Holidazed 10-24-2005 02:37 AM

Quote:

Originally Posted by Zero Tolerance
SMods/Admins can warn via profile, and mods of a forum can warn people in those forums (if they have made posts).

Is there a way for me to specify who can warn? I have specific usergroups for my enforcers. I need them to be able to warn too.

In addition, I looked at a profile and posts and could not find any way to warn somebody. How does this work?

I saw references in the post and in the profile shat showed the current warning level, but no option add/edit or remove a warning.

Holidazed 10-25-2005 03:44 AM

Is there any support for this? Does this mod work? I am having trouble with it and no answers?

Help!!

Keyser S?ze 10-25-2005 05:07 AM

Quote:

Originally Posted by bitg
1 -Is there a way for me to specify who can warn? I have specific usergroups for my enforcers. I need them to be able to warn too.

2 -In addition, I looked at a profile and posts and could not find any way to warn somebody. How does this work?

3 -I saw references in the post and in the profile shat showed the current warning level, but no option add/edit or remove a warning.

1 -no as of v1.2 only admins, smods, and the mod of that forum, can warn ppl

2 -the little thing that says warning, and then the images, click on the plus or minus images, and ul get to the warning screen

link will be something simiar to this forums/warn.php?do=warn&data=plus;post;153;430274

what i said in 2, to add, to delete click on the number in the post, like

Warn: (0%)

you would click the 0

Holidazed 10-25-2005 12:37 PM

Thank you very much.

pipin 10-28-2005 08:11 AM

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

redlabour 10-28-2005 09:45 PM

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.

Andy R 10-29-2005 08:50 PM

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).

MGM 10-29-2005 11:54 PM

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

Andy R 10-30-2005 12:27 AM

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?

MGM 10-30-2005 04:33 AM

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

redlabour 10-30-2005 05:55 AM

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.

Keyser S?ze 10-30-2005 11:49 AM

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

mtha 10-30-2005 02:58 PM

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?


All times are GMT. The time now is 03:45 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.01455 seconds
  • Memory Usage 1,841KB
  • 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
  • (1)bbcode_html_printable
  • (1)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