Open up Skin/s*/skin_global.php Find: function dshoutbox() { global $ibforums; if ($ibforums->member['sb_shoutboxtype'] == 2) { $link = "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\">View The Shoutbox"; } else if ($ibforums->member['sb_shoutboxtype'] != 2) { $link = "View The Shoutbox"; } if ($ibforums->vars['sb_showcolors'] == 1 && $ibforums->member['sb_showcolors'] == 1 && $ibforums->member['sb_colortype'] == 0) { $color = "{$ibforums->sbradiocolors}"; } else if ($ibforums->vars['sb_showcolors'] == 1 && $ibforums->member['sb_showcolors'] == 1 && $ibforums->member['sb_colortype'] == 1) { $color = "{$ibforums->sbdropdcolors}"; } return << Latest Shouts In The Shoutbox -- {$link} {$ibforums->shoutbox} {$color} [ Smilies | BBCodes ] EOF; } Replace With: function dshoutbox() { global $ibforums, $shoutbox, $sbfunc; if ($ibforums->member['sb_shoutboxtype'] == 2) { $link = "vars['board_url']}/index.php?act=Shoutbox','DShoutbox','width=377,height=438,resizable=no,location=no,menubar=no,status=no,left=0,top=0,screenX=0,screenY=0,scrollbars=no'); return false\">View The Shoutbox"; } else if ($ibforums->member['sb_shoutboxtype'] != 2) { $link = "View The Shoutbox"; } return << Latest Shouts In The Shoutbox -- {$link} {$ibforums->globalshouts} {$ibforums->sbcolors} [ Smilies | BBCodes ] EOF; } Save & Close Skin/s*/skin_global.php