Quote:
Originally Posted by VBDev
Thanks for the share  I'll add it in the next version.
|
No prob, just wanna make it easier for users to make the switch to one of the best chatboxes I've seen :up:
Quote:
Originally Posted by VBDev
Oh crap...
To fix this, edit the mgc_cb_evo_ajax.php file.
Search for:
PHP Code:
/* LIMIT clause construction */
if ($status == "closed") {
$limit = $vbulletin->options['mgc_cb_evo_nbchats_closed'];
} else if ($location == "full") {
$limit = $vbulletin->options['mgc_cb_evo_nbchats_full'];
} else {
$limit = $vbulletin->options['mgc_cb_evo_nbchats_normal'];
}
/* Retrieving of the notifications is separated */
if ($vbulletin->options['mgc_cb_evo_separate_chatsnotif_sql'])
{
Replace :
PHP Code:
if ($vbulletin->options['mgc_cb_evo_separate_chatsnotif_sql'])
by :
PHP Code:
if ($vbulletin->options['mgc_cb_evo_separate_chatsnotif_sql'] && $status != "closed")
That's a bad fix use the one above
Yes that I understand but what have you done in your admincp to make the chatbox show in arcade in the previous version ?
|
OK I'm lost, should EVERYONE be making this fix because mine isn't doing that. If I hit the minimize button it works just fine...