Aca hay un ejemplo pero si o si, necesitas el plugins de PHP en Plantillas.
<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">
{$announcements}
</td>
<td valign="top" width="200">
<? include("portal/blocks/block_usercp.php"); ?>
<? include("portal/blocks/block_whosonline.php"); ?>
{$stats}
<? include("portal/blocks/block_topposters.php"); ?>
</td>
</tr>
</table>
{$footer}
</body>
</html>
Lo que hace esto, es poner los bloques del pro portal como lo tenias, el de Top Posters, el de Welcome, PM, Quien esta en linea? y nada mas, si queres probalo, pero por las dudas hace un backup xD