I followed the install instructions to the letter, didn't work.
I then experimented with something from one of my other forums using the vBCMS portal, and used the following in 'Global variables of the chatbox'
Replaced all
PHP Code:
require_once(DIR . '/includes/functions_mgc_cb_evo.php');
mgc_cb_evo_unserialize_user_params();
if (THIS_SCRIPT == $script OR SCRIPTGLOBAL == $script)
{
$mgc_cb_evo_floc = $forumpath . '/';
}
else
{
$mgc_cb_evo_floc = '';
}
That worked.