![]() |
The global variables are in
Admincp >> Plugins & Products >> Plugin Manager >> Global variables of the chatbox Does the module show the loading on the vBa? |
Hi, before upgrading Chatbox Evo to 2.1.0, I just want to know if anyone has MGC Chatbox Evo for vBadvanced CMPS Version: 1.7 working with vBulletin 3.8.0?
|
Quote:
|
Quote:
|
Quote:
The module is loaded when I edit my home page if that is what you mean. I have it set as center with a display order of "1". I also made the global variable change and still no CB on the home page. |
*VBulletin3.8.0 Gold.
*MGC Chatbox Evo Version 2.1.0 *MGC Chatbox Evo for vBadvanced CMPS: 1.7.0 No problem, Works fine with all Forum pages. But Loading error with only CMPS. I have edited 'Global variables of the chatbox'. But just 'Loading'. How do I fix? Thanks. |
Quote:
Quote:
|
1.7 and the newest mgc_chatbox evo should work fine if you have the cmps_index.php in the same folder as your forum..
Having it outside of the forum,,I still need to work on... |
*VBulletin3.8.0 Gold.
*CMPS 3.1.0 *MGC Chatbox Evo Version 2.1.0 *MGC Chatbox Evo for vBadvanced CMPS: 1.7.0 Fixed!!! Works fine!! The problem caused by path. If your cmps_index.php is outside of the forum, try this. You may need change /forums/ to /forum/ If your forum folder's name is 'forum'. Don't use '$vboptions[bburl]' instead of /forums/. 1. includes/functions_mgc_cb_evo.php Find : $mgc_cb_evo_js_script = '<script type="text/javascript" src="clientscript/mgc_cb_evo/mgc_cb_evo_header.js"></script>'; Replace : $mgc_cb_evo_js_script = '<script type="text/javascript" src="/forums/clientscript/mgc_cb_evo/mgc_cb_evo_header.js"></script>'; 2. clientscript/mgc_cb_evo/mgc_cb_evo_header.js Find : (12 place) ("clientscript Replace : ("/forums/clientscript 3. Template: mgc_cb_evo_editor Find : (2 place) <a href="mgc_cb_evo.php?$session[sessionurl]do=view_chatbox" Replace : <a href="/forums/mgc_cb_evo.php?$session[sessionurl]do=view_chatbox" 4. File edit for avatar: function_mgc_cb_evo.php Find : $avatarurl = 'image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]&type=thumb"; } else { $avatarurl = 'image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]"; Replace : $avatarurl = '/forums/image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]&type=thumb"; } else { $avatarurl = '/forums/image.php?' . $vbulletin->session->vars['sessionurl'] . 'u=' . $userinfo['userid'] . "&dateline=$userinfo[avatardateline]"; Thanks to robbiefritz, stangger5. |
Will this mod work with:
CMPS v3.1.0 Chatbox Evo v2.1.0 vB v3.8.0 ???? |
All times are GMT. The time now is 08:06 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|