Quote:
Oh crap...
To fix this, edit the mgc_cb_evo_ajax.php file.
Search for:
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 :
Code:
if ($vbulletin->options['mgc_cb_evo_separate_chatsnotif_sql'])
by :
Code:
if ($vbulletin->options['mgc_cb_evo_separate_chatsnotif_sql'] && $status != "closed")
|
dont works for me, I ever dont see a message in the box in second style