Quote:
Originally Posted by solidlink
i've got 2 questions....... how does it affect the server load? is there anyway to clear the logs or sth? thx
|
The new version is very light on the server load, far more than it used to be.
Yes it's possible through the use of a command or a periodic cron task or directly from the archives with a inline moderation removal tool.
Quote:
Originally Posted by solidlink
all the commands does not seem to work for me?
# /me : well known IRC command
# /del : remove shouts (different possibilities of removal)
# /ignore : ignore shouts from another user
# /ban : ban user from chatbox
# /pm : send a private chat to another user
# /announcement : modify the announcement on top of the chatbox
|
You have to set permissions boy

Check the command management tool in the admincp.
Quote:
Originally Posted by txspaderz
I'm getting this error when going: /ban show
Any idea's? I did uninstall the old chatbox too
|
Did you install the 1.0.0 chatbox just when released or more recently ?
Coz there was a small mistake in the first zip file of the 1.0.0.
Quote:
Originally Posted by carphead
I'm trying to disable this style on a pair of styles (Iphone and a fast loading text only style). But when I go into the Chatbox display on forumhome theres is no $search_text = '$forumhome_markread_script';. Has the plug in changed?
Code:
if($vbulletin->options['mgc_cb_evo_active'] && $vbulletin->userinfo['mgc_cb_evo_show'] && can_view_mgc_cb_evo())
{
require_once(DIR . '/includes/functions_mgc_cb_evo.php');
if (can_view_mgc_cb_evo() && $vbulletin->options['mgc_cb_evo_forumhome'])
{
/* Stats */
if ($vbulletin->options['mgc_cb_evo_forumhome_stats'])
{
$mgc_cb_evo_stats = construct_mgc_cb_evo_forumhome_stats();
}
$replace = ' $mgc_cb_evo ';
if($vbulletin->options['mgc_cb_evo_forumhome'] == 1)
{
$find = '$navbar';
$brb = ' ';
$bra = ' <br />';
}
else
{
$find = '$forumhome_markread_script';
$brb = ' <br />';
$bra = ' ';
}
$mgc_cb_evo = build_mgc_cb_evo_display($vbulletin->options['mgc_cb_evo_normalmode_height']);
$vbulletin->templatecache['FORUMHOME'] = str_replace($find,$find . $brb . $replace . $bra,$vbulletin->templatecache['FORUMHOME']);
}
}
|
Sorry it's not $search_text but $find.