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)

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.


All times are GMT. The time now is 03:30 AM.

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.01569 seconds
  • Memory Usage 1,734KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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