Quote:
Originally Posted by killa101
Will this mod work with:
CMPS v3.1.0
Chatbox Evo v2.1.0
vB v3.8.0
????
|
Yes, works fine.
You need edit some file and template.
Quote:
Originally Posted by venohm
Hmmm,
Did all the bellow and still getting a clientscript error in my logs when loading the vBa homepage.
I even went through and found a couple of other locations that had a clientscript reference and changed them.
clientscript/mgc_cb_evo/mgc_cb_evo_functions.js
and
template: adv_portal_mgc_cb_evo_box
Still loads fine on the forums, but not with the vBa page.
|
I think, You need edit correct file.
Try this again.
Quote:
*VBulletin3.8.0 Gold.
*CMPS 3.1.0
*MGC Chatbox Evo Version 2.1.0
*MGC Chatbox Evo for vBadvanced CMPS: 1.7.0
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"
|