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)

TrickyD 01-27-2006 02:42 AM

Quick and easy question here hopefully...

Currently the default setting is that when you click to warn someone the hack sets it to expire "never"

How could I change it so that the default expiration is automatically 3 months?

bada_bing 01-27-2006 11:53 AM

Quote:

Originally Posted by bada_bing
Anyone?

Can someone Please answer this !!!!

simalert 01-27-2006 11:58 AM

Quote:

Originally Posted by bada_bing
Can someone Please answer this !!!!

I would keep in mind that this is a free site and free download, ie there's no paid support.

Someone may answer your question, but as it's free you may need patience.

bada_bing 01-27-2006 12:08 PM

Quote:

Originally Posted by simalert
I would keep in mind that this is a free site and free download, ie there's no paid support.

Someone may answer your question, but as it's free you may need patience.

I am not asking for a modifacation request here.. Im asking how this system works and possibly reporting some bug that may of been over looked. I understand its a free support site and very greatful but I just dont want my question overseen.

MThornback 01-27-2006 12:09 PM

Quote:

Originally Posted by bada_bing
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...

I'm not the definative authority on this mod :p but because I haven't seen this as a problem for anyone else....can I just suggest that maybe you go back to the installation, and make sure you applied all the template edits correctly....reimport the product (via overwrite obviously) and see if it helps....its likely something as simple as a missed line or 2....

dacho 01-29-2006 08:09 AM

suggestion !
In the next upgrading :
to let moderator to ban user only for is forum ! not from all forums
or
to let them choice ban from where - ban from all or ban from X forum

10X

iSpanish 01-29-2006 02:07 PM

Hi, How to make the wing_animeted images like in the attach image,also right under the user name?



https://vborg.vbsupport.ru/attachmen...chmentid=40594
Regard

murrtex 01-29-2006 08:25 PM

Quote:

Originally Posted by murrtex
hi all,
can u help me?

inferno works perfect but.the only problem is,when 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


anybody answer?

hichew 01-30-2006 05:45 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.';
}[/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.

how to uninstall this program ?
i just found that i dont need this program.

BillyD 01-31-2006 01:18 AM

Any way to coordinate this with the "Miserable Users" hack and send them to that usergroup instead of the banned one? Simply changing the usergroup to the miserable one forces the script to look for a genuine "banned" group.

Thanks.

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!

sinaluna 02-20-2006 04:46 PM

I love this hack - thanks!

My only wish is for a way to edit an existing warning.

sinaluna 02-24-2006 08:21 PM

When sending a PM though the warning system, it does not save a copy to my "Sent Items" box or appear to be documented anywhere I can find.

Is there a way to have it documented somehow?

Thanks!

vauge 02-25-2006 10:31 PM

This warning system is awesome and have been using since almost day one of the hack!

I would like another usergroup to be able to view all warnings that are not moderators.
Is this possible?

Thanks!

Smiry Kin's 02-26-2006 03:56 AM

Warning: arsort() expects parameter 1 to be array, null given in /includes/class_bbcode.php(149) : eval()'d code on line 27

Warning: Invalid argument supplied for foreach() in /includes/class_bbcode.php(149) : eval()'d code on line 29

hmm i get this error when warning someone, i am sending a pm + writing as message in the bottom section

whats this?

p.s there anyway to view all warnings/ remove them if needed?

like a admin/mod thing.. thanks

vauge 02-26-2006 04:30 AM

Quote:

Originally Posted by Smiry Kin's
p.s there anyway to view all warnings/ remove them if needed?

like a admin/mod thing.. thanks

Click on the % right before the warning bars.

If you have it set to allow for deletion, a link will be available in that log.

Smiry Kin's 02-26-2006 04:52 AM

Quote:

Originally Posted by vauge
Click on the % right before the warning bars.

If you have it set to allow for deletion, a link will be available in that log.

oh yeh *duh*

sorry its early! lol

martyn

Andy R 03-04-2006 08:53 PM

I just upgraded to 1.3 and wanted to customize the warn_user template but now I cannot find it in my style? Is it possible that my style is not showing this? warn_user is the correct template right?

Thanks in advance!!!

TJFweb 03-05-2006 10:44 AM

This would be even better if we could create warning types (i.e. spam, abusive post) with specific warning points and force moderators to use those (like AWS) rather than enter their own warn amounts.

wattieuk 03-05-2006 04:16 PM

Great addition. Is it possible to alter the way the text inserted into a waned message looks? At the moment it is the same as the rest of the message but I would like to make it bold red to make it stand out. Can anyone tell me how? Thanks.

thelittleguy 03-06-2006 11:37 PM

i cant get the thing to run properly on my board as soon as i load the product and click refresh on my forums it comes up with this error Warning: Unknown(/home/content/-/-/-/-/-/forums/includes/functions_warning.php): failed to open stream: No such file or directory in /includes/class_postbit.php(279) : eval()'d code on line 5

Fatal error: (null)(): Failed opening required '/home/content/-/-/-/-t-/html/forums/includes/functions_warning.php' (include_path='.:/usr/local/lib/php') in /home/content////t/html/forums/includes/class_postbit.php(279) : eval()'d code on line 5 ** NOTE I can access froums and sub forums fine but when i click on a subject i wish to read or post on it comes up with the error at that time im running vb3.5.4 any imput is apericiated

Onur 03-07-2006 12:01 PM

i don t know is it post earlyer in this thread but i have add on hook postbit_display_complete $post['userid'] != 0

like
Code:

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

so i disable displaying warnlevel for guests

DannyITR 03-07-2006 06:13 PM

Sorry but I just noticed that my forum specific mods can warn/ban anywhere. This is a problem because I don't consider them real mods (they are like rent-a-mods) and are used only to move delete posts when necessary.

Is that normal? How can I fix it?

Also how can I make the warning level visible to all users?

DannyITR 03-08-2006 12:43 PM

I really need tis mod fast. People are only seeing this warn logo next to their own name and nobody elses and the questions as to why are pooring in.

DannyITR 03-08-2006 07:45 PM

I can't beleive I'm the first to ask that it be visible to all users. The less smart people are complaining like crazy because they think its only them that has a warning meter.

DannyITR 03-11-2006 05:02 PM

anyone can help?

Mathiau 03-11-2006 06:42 PM

This looks greats, may try to conquer it later on :)

DannyITR 03-13-2006 03:34 PM

Can someone help make the hack visible to all users and prevent section mods form using it?

Pcparts 03-14-2006 08:04 AM

I have this saved (was posted in this thread sometime ago):

With this insatalled, now on my forums only admins can see the warning leve indicator in each post. And users only see if they have been issued a warning.


Quote:

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.




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:


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

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




sinaluna 03-14-2006 11:55 PM

If you use the "PM the warned user" features of the Inferno Warning System, you might want to consider modifying warn.php to save the sent PM in the "sent Items" folder of the staff member that warned the user.

in warn.php, find this code:
PHP Code:

        if (!empty($Warning['pm']['title']) && !empty($Warning['pm']['message']))
        {
                
$pmdm =& datamanager_init('PM'$vbulletinERRTYPE_ARRAY);
                
$pmdm->set('fromuserid'$vbulletin->userinfo['userid']);
                
$pmdm->set('fromusername'$vbulletin->userinfo['username']);
                
$pmdm->set('title'$Warning['pm']['title']);
                
$pmdm->set('message'$Warning['pm']['message']);
                
$pmdm->set_recipients($UserData['username'], $null);
                
$pmdm->set('dateline'TIMENOW); 

And add this line at the end:
PHP Code:

                $pmdm->set_info('savecopy'true);      // MODIFICATION 

Final code should look like:
PHP Code:

        if (!empty($Warning['pm']['title']) && !empty($Warning['pm']['message']))
        {
                
$pmdm =& datamanager_init('PM'$vbulletinERRTYPE_ARRAY);
                
$pmdm->set('fromuserid'$vbulletin->userinfo['userid']);
                
$pmdm->set('fromusername'$vbulletin->userinfo['username']);
                
$pmdm->set('title'$Warning['pm']['title']);
                
$pmdm->set('message'$Warning['pm']['message']);
                
$pmdm->set_recipients($UserData['username'], $null);
                
$pmdm->set('dateline'TIMENOW);
                
$pmdm->set_info('savecopy'true);      // MODIFICATION 

Thats all there is to it. Hopefully this can become the default behaviour in future releases (/nudge /nudge)

bada_bing 03-15-2006 02:36 PM

Quote:

Originally Posted by sinaluna
If you use the "PM the warned user" features of the Inferno Warning System, you might want to consider modifying warn.php to save the sent PM in the "sent Items" folder of the staff member that warned the user.

in warn.php, find this code:
PHP Code:

        if (!empty($Warning['pm']['title']) && !empty($Warning['pm']['message']))
        {
                
$pmdm =& datamanager_init('PM'$vbulletinERRTYPE_ARRAY);
                
$pmdm->set('fromuserid'$vbulletin->userinfo['userid']);
                
$pmdm->set('fromusername'$vbulletin->userinfo['username']);
                
$pmdm->set('title'$Warning['pm']['title']);
                
$pmdm->set('message'$Warning['pm']['message']);
                
$pmdm->set_recipients($UserData['username'], $null);
                
$pmdm->set('dateline'TIMENOW); 

And add this line at the end:
PHP Code:

                $pmdm->set_info('savecopy'true);      // MODIFICATION 

Final code should look like:
PHP Code:

        if (!empty($Warning['pm']['title']) && !empty($Warning['pm']['message']))
        {
                
$pmdm =& datamanager_init('PM'$vbulletinERRTYPE_ARRAY);
                
$pmdm->set('fromuserid'$vbulletin->userinfo['userid']);
                
$pmdm->set('fromusername'$vbulletin->userinfo['username']);
                
$pmdm->set('title'$Warning['pm']['title']);
                
$pmdm->set('message'$Warning['pm']['message']);
                
$pmdm->set_recipients($UserData['username'], $null);
                
$pmdm->set('dateline'TIMENOW);
                
$pmdm->set_info('savecopy'true);      // MODIFICATION 

Thats all there is to it. Hopefully this can become the default behaviour in future releases (/nudge /nudge)

Installed this extra feature will test. Thanks


All times are GMT. The time now is 10:17 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.01622 seconds
  • Memory Usage 1,895KB
  • 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
  • (6)bbcode_php_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