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)

furst 09-08-2010 11:31 PM

When i unzip the rar file there are several folders in there, the install instructions only say to upload the images folder and files folder, do i need to anything with the others? such as channel_icons, language, archives, changelog? product folder has the file to be imported via admincp right?

Im just trying to find out why im getting this white screen crap, if anyone could assist me in finding out if these additional folders are supposed to be uploaded aswell?

Also in the admincp folder there is a file called mgc_cb_evo.php, there is also a file called this in the files folder (the folder that admincp folder is in), are they the same file? do both have to be uploaded?

also im not sure if i fully understand this

Quote:

Upload the content of the Images in each of your forum styles directories.
Im just uploading the files into my /images/misc folder, is that correct?

Hauk 09-08-2010 11:48 PM

Quote:

Originally Posted by kronnos (Post 2095377)
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!

See this for the loading problem:

Quote:

Originally Posted by Hauk (Post 2094917)
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!


kronnos 09-09-2010 04:15 AM

Quote:

Originally Posted by Hauk (Post 2095630)
See this for the loading problem:

Nope, does not work:(

Hauk 09-09-2010 05:17 AM

Quote:

Originally Posted by kronnos (Post 2095697)
Nope, does not work:(

Open it up in FireFox, let the page finish loading and click Tools -> Error Console, scroll down to the bottom and see if theres an error, it will have a red x icon.

sweetguy2004 09-09-2010 05:37 AM

Thanks for update!

kronnos 09-09-2010 08:44 AM

Quote:

Originally Posted by Hauk (Post 2095708)
Open it up in FireFox, let the page finish loading and click Tools -> Error Console, scroll down to the bottom and see if theres an error, it will have a red x icon.

Wow, I got a whole bunch of error codes when i did that.

Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 329
----------
Warning: Unknown property 'font-color'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 401
---------
Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 402
---------
Warning: Unknown property 'font-color'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 412
---------
Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 413
----------
Warning: Error in parsing value for 'width'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...idget-skin.css
Line: 9
----------
Warning: Error in parsing value for 'margin-left'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...idget-skin.css
Line: 14
----------
Warning: Unknown property '-moz-opacity'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...idget-skin.css
Line: 24
-----------
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...idget-skin.css
Line: 24
-----------
Warning: Error in parsing value for 'padding'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...atbox_tabs.css
Line: 40
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...atbox_tabs.css
Line: 54
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...atbox_tabs.css
Line: 59
-----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...atbox_tabs.css
Line: 76
-------------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...atbox_tabs.css
Line: 92
-----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...atbox_tabs.css
Line: 132
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...atbox_tabs.css
Line: 139
----------
Warning: Error in parsing value for 'cursor'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/cli...atbox_tabs.css
Line: 159
-----------
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://yui.yahooapis.com/combo?2.7.0...sam/button.css
Line: 7

AND 2 more of exact same message after...
-----------
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.7.0...sam/button.css
Line: 7

AND 9 more of exact same message after...
----------------
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.7.0...sam/button.css
Line: 14

AND 7 more of exact same message after...
----------------

Swordman844555 09-09-2010 09:31 AM

Is it possible to make certain Colors in the Chat for the Team?

Is it possible to add other Colors?

mauro269 09-09-2010 05:14 PM

mmm, I've installed all following the readme file in the zip...I've also activated the chat from the chat settings, but I still don't see the chat.
What should I do to see it?
Thanks

will555559 09-09-2010 06:39 PM

Quote:

Originally Posted by mauro269 (Post 2095910)
mmm, I've installed all following the readme file in the zip...I've also activated the chat from the chat settings, but I still don't see the chat.
What should I do to see it?
Thanks

Did you set usergroup permissions?

mauro269 09-09-2010 07:32 PM

Quote:

Originally Posted by will555559 (Post 2095930)
Did you set usergroup permissions?

Yes. Should I have to modify something in the template code?I'm using default vbulletin theme.


All times are GMT. The time now is 08:29 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.09126 seconds
  • Memory Usage 1,775KB
  • 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
  • (2)bbcode_php_printable
  • (8)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