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)

Arrogant-One 07-27-2008 11:16 PM

Quote:

Originally Posted by DannyITR (Post 919500)
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.


Same problem. I'd like everyone to be able to see everyone elses warning meter, but only mods and admin to be able to use the (+) and (-) and add warning notes. the VBulletin Options don't allow certain user groups to be able to see the mod and not see the mod, only certain user groups to be able to use the mod and not use the mod.

If anyone can help it would be appreciated.

Best

AO

Fire[PrEDaToR] 08-18-2008 03:23 PM

]
Quote:

Originally Posted by steve1966 (Post 1571113)
hi can someone please give me some full settings for this i am trying to install on v3,72


i complete the details here in step 4 but i get the message

what should i put in

Varname ?

Description ?

Log Phrase ?

Code:

Please Complete All Required Fields
step 4:
Add the following Cron task (ACP -> Scheduled Tasks -> Add New Scheduled Task):
--
Title: Inferno Warning Tasks
Day Of The Week: *
Day Of The Month: *
Hour: 23
Minute: 2 - - -
Log Entries: (Up to you)
Filename: ./includes/cron/warning.php


i have this problem


i am trying to install in 3.7.2 PL2. is compatible?

ViciousCode 01-18-2009 05:29 PM

this mod needs to be updated for newer versions like 3.7 and 3.8

meschiash 03-22-2009 08:04 AM

Will the modified version for vB 3.8.x?

itsheinz 03-29-2009 06:16 AM

Quote:

Originally Posted by Fire[PrEDaToR] (Post 1601510)
i have this problem


i am trying to install in 3.7.2 PL2. is compatible?

just include the varname: warning_system

powerful_rogue 05-13-2009 04:11 PM

Anyone using this on 3.8.2 at all? Just wondered if it was working ok or if you noticed any problems.

BigBass 06-14-2009 10:40 PM

Well, does anybody know if it works for any of the 3.8 version

bada_bing 08-03-2009 07:40 PM

3rd this is any one running this with vb 3.8.3 ? Do most people just use the vb built in warning system?

choccyclaire 10-13-2009 02:12 AM

I'm still using this on my 3.8.4 with no problems. :)

ThatEbayGuy 05-06-2010 02:42 PM

Ok, I've seen alot of posts asking "How do I get all members to be able to see each other's warning bar?"

Well, here is a "hacky" quick fix that will do just that:

Code:

Go to Admin Control Panel ( ACP ) -> Plugins -> Look for "Warn Display [Post Bit]" ->
And just replace that whole thing with this:

Code:

global $vbulletin;

if ($post['postid'])
{
        require_once(DIR . '/includes/functions_warning.php');
        $show['warning'] = true;
$post['warning'] = construct_warning_display($post, can_moderate($forum['forumid']));

}

if ($post['postid'] && (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']));
}


My little contribution to everyone's anguish.

Save and enjoy.


All times are GMT. The time now is 07:32 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.01693 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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