vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

KevinL 07-29-2008 10:54 PM

Got it!! thank you! :)

deathbypie 07-30-2008 04:18 AM

hi, i just downloaded this mod, but even though it is set to be on nothing shows up in my forum

obmob 07-30-2008 03:54 PM

Quote:

Originally Posted by deathbypie (Post 1587172)
hi, i just downloaded this mod, but even though it is set to be on nothing shows up in my forum

Set usergroup permissions ^^'

Mrdby 07-31-2008 01:56 AM

This file was created using a different version of vBulletin from the one you are running.

Your version: 3.7.2
File version: 3.6.7

deathbypie 07-31-2008 02:41 AM

when i try to add a channel i get a message that says "You must enter a command syntax" can anyone help me. Also, when i create the channel it is set to "do not use an existing command".

sweede 07-31-2008 05:57 AM

Quote:

Originally Posted by RedGTiVR6 (Post 1567842)
I'm currently getting an error in both IE7 and FF3:

Using FireBug, I see the following:

Code:

mgc_cb_evo_autocomplete is not defined
(?)()()private....pmid=5248 (line 336)
onreadystatechange()()jquery.js (line 27)
onreadystatechange()()jquery.js (line 27)
nodeName()([function()], function(), undefined)jquery.js (line 21)
onreadystatechange()()jquery.js (line 27)
[Break on this error] mgc_cb_evo_autocomplete();

The code appears to be:

Code:

$(document).ready(function(){
 mgc_cb_evo_autocomplete();

Any ideas what would cause this?

I think i figured it out.

the function mgc_cb_evo_autocomplete() is in a template that is only used when the chatbox is active.

However, the function is called on every page since msc_cb_evo_headerinclude is included every where.

I removed the following code

Code:

function mgc_cb_evo_autocomplete()
        {
          <if condition="!empty($autocompletion_js)">
                          $("#mgc_cb_evo_input").autocomplete([$autocompletion_js]);
                <else />
                        ;
                </if>
        }

from the mgc_cb_evo template and put it in the headinclude template

my new mgc_cb_evo_headinclude template looks as such.
Code:

<!-- JS -->
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.js"></script>
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.autocomplete.js"></script>
<script type="text/javascript" src="clientscript/mgc_cb_evo_add/js/jquery.blockUI.js"></script>

<!-- CSS -->
<link rel="stylesheet" href="clientscript/mgc_cb_evo_add/css/jquery.autocomplete.css" type="text/css" media="screen" />

       

<script>

function mgc_cb_evo_autocomplete()
        {
          <if condition="!empty($autocompletion_js)">
                          $("#mgc_cb_evo_input").autocomplete([$autocompletion_js]);
                <else />
                        ;
                </if>
        }

$(document).ready(function(){
        mgc_cb_evo_autocomplete();
});
</script>


Supernature 07-31-2008 11:20 AM

Thank you very much sweede - that did it for me :)

VBDev 07-31-2008 10:19 PM

Dear users,

Just wanted to let you know that I am not forgetting you :)

I have started the big modification of the chatbox to remove the command system and thus improve performances. For the moment, only the admin part is done but so far so good :)

I'll give you regular update on the development status.

Ranger187 07-31-2008 11:22 PM

Quote:

Originally Posted by Ranger187 (Post 1533435)
Here's the errors I get after that security crap token shit....

Error in parsing value for property 'display'. Declaration dropped.
Source File: http://REMOVEd.com/index.php

VB...I'm getting this error in a 3.7.1

Ranger187 08-01-2008 12:43 AM

Quote:

Originally Posted by Ranger187 (Post 1588770)
VB...I'm getting this error in a 3.7.1

I figured it out.....

MOD_SECURITY on linux boxes disables this plugin from working...

edit/create .htaccess

Add

Code:

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

Place this in the root of the forum. Done. ;)


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