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)

VBDev 09-05-2010 09:22 PM

Ok well replace the multiple occurences of :
Code:

nchattd.innerHTML = xmlnode.getElementsByTagName('col_uname')[0].firstChild.nodeValue;
By :
Code:

                if (xmlnode.getElementsByTagName('col_uname')[0].firstChild != null)
                {
                        nchattd.innerHTML = xmlnode.getElementsByTagName('col_uname')[0].firstChild.nodeValue;
                }
                else
                {
                        nchattd.innerHTML = '';
                }

That should fix it, let me know please.

wiz569 09-05-2010 09:39 PM

Cheers m8 that seems to have worked a treat,at least on my test site :)

Will try the main site now for a while and let you know definitively,

Many thanks m8.

furst 09-05-2010 10:49 PM

Quote:

Originally Posted by Lionel (Post 2090297)
usually white screen indicates missing templates. Have you imported product????

Yeah i have, followed the install instructions, uploaded files then imported product via admincp.

RastaLulz 09-06-2010 07:30 PM

When I uninstalled this modification it didn't fully remove it self. There's still bits of it stuck in vBulletin's usergroup Admin Panel area.

Iguana Goddess 09-06-2010 09:54 PM

Quote:

Originally Posted by RastaLulz (Post 2094722)
When I uninstalled this modification it didn't fully remove it self. There's still bits of it stuck in vBulletin's usergroup Admin Panel area.

Are you sure you removed the file from your admincp folder?

Hauk 09-07-2010 07:30 AM

For everyone having the problem where when you load the page and the chatbox sticks on "Loading..." the problem is that in /mgc_cb_evo/clientscript/mgc_cb_evo_functions.js mgc_oldvb3 is not defined, in the beginning where theres all the vars are defined, add:
Code:

var mgc_oldvb3 = 0;
and it will work!

Rich_Princess 09-07-2010 07:10 PM

Hey, I was hoping ot get a little help here:) I am trying to install this onto my forum here.. I seem to have successfully installed it, but only one problem.. I can not seem to get the chatbox to display in the specified forum. When options are set to show on forum index, it works fine. I added the forum in settings to only show in that forum and it is not working. The forum ID is 57-Staff-Chat-Room... Any suggestions to get this fixed? Thanks ahead of time for any suggestions!

kronnos 09-08-2010 11:05 AM

Can someone please help me get rid of the gap after the chatbox.

I changed the position of the chatbox by editing the Display management plugin like:

FROM:

PHP Code:

                {
                    
$mgc_cb_evo_type_position    "forumhome_below";
                    
$mgc_cb_evo_insert_type     'replace';
                    
$mgc_cb_evo_insert_template 'FORUMHOME'
                    
$mgc_cb_evo_replace         ' $mgc_cb_evo ';
                    
$mgc_cb_evo_find             '$forumhome_markread_script';
                    
$mgc_cb_evo_brb             '<br />'
                    
$mgc_cb_evo_bra             ' '
                }
            } 
        break; 

TO:


PHP Code:

                {
                    
$mgc_cb_evo_type_position    "forumdisplay_below";
                    
$mgc_cb_evo_insert_type     'replace';
                    
$mgc_cb_evo_insert_template 'FORUMDISPLAY'
                    
$mgc_cb_evo_replace         ' $mgc_cb_evo ';
                    
$mgc_cb_evo_find             'custom phrase';
                }
            } 
        break; 

Now there is a gap between the next object.

Before the upgrade, I had the chatbox in that position without any gaps. Is there another place that in the new 3 version, there is a BR in some other related chatbox plugin?


BTW, The chatbox is just showing "Loading..." until the I click the reload button inside the chatbox. When clicking reload in browser does not help


Thanks!

cindy helmond 09-08-2010 11:17 AM

i do this for 100 times install the language file overwrite but i get in the admin french language how i can fix this please ??
Thx

SOLVED !!

Tahooma 09-08-2010 06:01 PM

After uninstall the options in my usergroup stetting do not disappear :(
How to solve this ?
I cant even make any changes in my admincp any more


All times are GMT. The time now is 01:13 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.06691 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_php_printable
  • (2)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