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.
Quote:
Originally Posted by rainyleaves
Fixed!!!
1. 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. 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"
Thanks to robbiefritz, stangger5.
|