Open up Skin/s*/skin_boards.php Find & Delete: function ActiveShoutboxUsers($sbactive, $sbmembers) { global $ibforums; if ($ibforums->member['sb_shoutboxtype'] == 2) { $link = "<a href='#' onclick=\"window.open('{$ibforums->vars['board_url']}/index.php?act=Shoutbox','DShoutbox','width=377,height=450,resizable=no,location=no,menubar=no,status=no,left=0,top=0,screenX=0,screenY=0,scrollbars=yes'); return false\">Shoutbox</a>"; } else if ($ibforums->member['sb_shoutboxtype'] != 2) { $link = "<a href='{$ibforums->base_url}act=Shoutbox'>Shoutbox</a>"; } return <<<EOF <tr> <td class='pformstrip' colspan='2'>Current members viewing the {$link} ($sbmembers)</td> </tr> <tr> <td width="5%" class='row2'><{F_ACTIVE}></td> <td class='row4' width='95%'>{$sbactive}</td> </tr> EOF; } Save & Close Skin/s*/skin_boards.php