Quote:
Originally Posted by rainyleaves
*VBulletin3.8.0 Gold.
*MGC Chatbox Evo Version 2.1.0
*MGC Chatbox Evo for vBadvanced CMPS: 1.7.0
No problem, Works fine with all Forum pages.
But Loading error with only CMPS.
I have edited 'Global variables of the chatbox'.
But just 'Loading'.
How do I fix?
Thanks.
|
Did you try this step listed above?
Quote:
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 = '';
}
Enjoy !!
|