The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MGC Chatbox Evo for vBadvanced CMPS Details »» | |||||||||||||||||||||||||
This module shows MGC Chatbox Evo on vBadvanced CMPS v3.0.1
MGC Chatbox Evo found here .. This module will work with your cmp_index inside or outside the forum root folder.. (New)version 1.7: Updated to be compatible with: MGC Chatbox Evo Version: 1.0.0 and MGC Chatbox Evo Version: 1.1.0 New how to install: 1: Admincp >> MGC Chatbox Evo>> Display and position >> Display on defined pages in a variable set to Yes.. and in the Other pages list,, put adv_index in that box... 2: Admincp >> vBa CMPS >> Download / Upload Module,, Select mgcchatboxevo17.xml file from your computer. Active set to YES.. Select Style to install templates to.. Set Usergroups permissions.. Click (Submit).. After Rebuild Style Information ,,click "Continue" to activate this module on your CMPS pages. Move to: center Column,,then set the Order: If you have any problems with it just saying Loading,,do step three.. 3: Adminc >> Plugins & Products >> Plugin Manager >> Global variables of the chatbox Put this: Code:
$forumpath = $vbulletin->options[bburl]; Code:
if (THIS_SCRIPT == 'adv_index' && !empty($forumpath)) { $mgc_cb_evo_floc = $forumpath . '/'; } else { $mgc_cb_evo_floc = ''; } Show Your Support
|
Comments |
#302
|
|||
|
|||
The global variables are in
Admincp >> Plugins & Products >> Plugin Manager >> Global variables of the chatbox Does the module show the loading on the vBa? |
#303
|
|||
|
|||
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?
|
#304
|
||||
|
||||
I upload the xml via AdminCP, the xml is now in the modules directory on the FTP, but after the rebuild of the styles I only can click Back and then there is no new module. *argh* Don't know what is wrong with my installation.
|
#305
|
|||
|
|||
That would be fine
|
#306
|
|||
|
|||
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. |
#307
|
|||
|
|||
*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. |
#308
|
|||
|
|||
Quote:
Quote:
|
#309
|
||||
|
||||
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... |
#310
|
|||
|
|||
*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. |
#311
|
|||
|
|||
Will this mod work with:
CMPS v3.1.0 Chatbox Evo v2.1.0 vB v3.8.0 ???? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|