Upgrading from 0.4 (working) to 1.0.0, I got the infamous eternal "Loading ..." issue for the chatbox that appears on vBadvanced page. After tinkering with codes here and there, I successfully fixed the issue. What I did was, in plugin "Global variables of the chatbox", add line
Code:
$forumpath = $vbulletin->options['bburl'];
After line
Code:
mgc_cb_evo_unserialize_user_params();
Can the mod coder add this fix into next version?