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)
-   -   Advanced Warning System (Beta Version) (https://vborg.vbsupport.ru/showthread.php?t=95921)

Andreas 09-14-2005 10:33 PM

Where exactly did you get this message?

EdQ 09-14-2005 10:36 PM

Get this error trying to send a non-post warning from user manager.

Quote:

An error has occured, the following message has been left below:

Invalid Warning Type Specified
And I cannot chose a type.

EdQ 09-14-2005 10:37 PM

Never mind. I guess you cannot have a warning as a post and non-post.

EdQ 09-15-2005 01:23 AM

PM Cut Off Limit set to 0.

User can't PM when he gets a warning.

Andreas 09-15-2005 01:30 AM

That's why it does send eMails in this case - at least it should.

EdQ 09-15-2005 01:40 AM

I thought by entering zero, the system would not stop PM's??

Andreas 09-15-2005 01:44 AM

Whoops, didn't read the 0 :)
You're right, 0 should turn ob PM cutoff.
Doesn't it?

thecool 09-15-2005 02:43 AM

Quote:

Originally Posted by KirbyDE
Where exactly did you get this message?

Thanks, nevermind the problem remedied itself. If it surfaces again, i'll post something.

thanks

EdQ 09-15-2005 02:47 AM

Quote:

Originally Posted by KirbyDE
Whoops, didn't read the 0 :)
You're right, 0 should turn ob PM cutoff.
Doesn't it?

Nope.

sv1cec 09-15-2005 04:49 AM

If you set the PM Cut-off to 0, then the PM system should not be disabled for a warned user.

Check that your functions_warning.php contains the following code:

Code:

if (($vbulletin->options['warn_send_pm_warning']==1 AND $vbulletin->options['warn_pmcutoff']==0) OR ($vbulletin->options['warn_send_pm_warning']==1 AND $vbulletin->options['warn_pmcutoff']!=0 AND $level<$vbulletin->options['warn_pmcutoff']))
        {
                $messageb="";
                $name=$user['username'];
               
                if ($wcomment=='' AND $vbulletin->options['warn_autocomments']==1)
                {
                        $wcomment=$warn_type['warn_desc'];
                }
               
                if ($wcomment=='' AND $vbulletin->options['warn_allowalertscomment']==1 AND $alert=='Yes')
                {
                        $wcomment=$warn_type['warn_alertcomment'];
                }



All times are GMT. The time now is 04:37 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.01550 seconds
  • Memory Usage 1,735KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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