To everyone who uses this plugin and has the "always loading" issues....
Seach both javascript functions found in /clientscript/mgc_cb_evo..
mgc_cb_evo_functions.js
and
mgc_cb_evo_static.js
Find the following: mgc_cb_evo_jsloc+"mgc_cb_evo_ajax.php"
Replace with: "http://yourwebsite.com/mgc_cb_evo_ajax.php"
For me the mgc_cb_evo_jsloc varible has never worked on any of the versions.
There are multiple occurances of these, so do a find and replace.
You may need to adjust the http:// reference if you have your forum in a subdirectory.
All this edit does is remove the "guess work" of the jsloc varible and force the correct location.
|