Open up skin/s*/skin_global.php Find: <?php class skin_global { Add Below: 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; } Find: <img src="{$ibforums->vars['img_url']}/atb_calendar.gif" border="0" alt="" /> <a href='{$ibforums->base_url}act=calendar'>{$ibforums->lang['tb_calendar']}</a> Add Below: {$ibforums->dshoutbox_glink} Save & Close Skin/s*/skin_global.php