Code:
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];
before:
Code:
if (THIS_SCRIPT == 'adv_index' && !empty($forumpath))
{
$mgc_cb_evo_floc = $forumpath . '/';
}
else
{
$mgc_cb_evo_floc = '';
}
it does not work