Hi Mosh,
the code I have is as follows:
Code:
if ($vbulletin->options['enable_wicao'] &&
{
$display_chat = FORUMDISPLAY;
if ($vbulletin->options['enable_wicao'])
{
$vbulletin->templatecache["{$display_chat}"] = str_replace($vbulletin->options['text_wicao'],
$vbulletin->options['text_wicao'].$vbulletin->templatecache['Display_Chatters_Addon'],$vbulletin->templatecache["{$display_chat}"]);
}
}
which is different to the code you posted in step 3 (and I know there is a section missing at the top too but at the moment I am not too fussed. I am guessing that having it displayed at the bottom of the page it adds to the queries when it does not need to.
cheers
leigh

oh and marked as installed