Reemplaza la plantilla del portal por esta: (Antes hacele una copia por las dudas)
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="200">
{$welcome}
{$pms}
{$search}
</td>
<td valign="top">
{$announcements}
</td>
<td valign="top" width="200">
{$stats}
{$whosonline}
{$latestthreads}
</td>
</tr>
</table>
{$footer}
</body>
</html>
Para colocar el Likebox de facebook debes generarte el iframe:
http://developers.facebook.com/docs/refe.../like-box/
Copia el codigo Iframe y pegalo en la posicion que quieras...
y lo del calendario dejame ver como se agrega.