ganz einfach
du suchst die in der index.php:
eval("\$tpl->output(\"".$tpl->get("index"

."\"

;"

;
und tausch es mit dem aus:
if($userid == "0"

{
eval("\$tpl->output(\"".$tpl->get("system"

."\"

;"

;
}else{
eval("\$tpl->output(\"".$tpl->get("profile"

."\"

;"

;
}
dann fügst du noch das template system ein:
Mit dem namen sytem
und dem inhalt:
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | SystemAccount</title>
<meta http-equiv="refresh" content="20; url=http://ff-films.de/svogforum/index.php">
$headinclude
<script language="JavaScript">
function Go() {
top.location.href='http://ff-films.de/svogforum/index.php';
}
</script>
</head>
<body onload="setTimeout('Go()',20000);">
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tablea_fc">
<td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a> » SYSTEM Profil</b></span></td>
<td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
</tr>
</table></td>
</tr>
</table><br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr align="left" class="tablea">
<td colspan="2"><span class="normalfont"><center><b>Das board ist für gäste leider geschlossen!</b></span></td>
</tr>
</table>
$footer
</body>
</html>