Was ist hier los?
BenediktRB.de

Navigation in innerer Tabelle [rechts]

Eine Navigation auf der rechten Seite, neben dem Forum.

Öffne die header.tpl und suche am Ende das

br />

Und füge darunter ein:

<table style="width:100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="top" style="width:86%" >

Dann öffne das footer.tpl

Und ersetze den kompletten Inhalt mit folgendem:

<td align="left" valign="top"> <table style="width:100%; margin-right: 5px;" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="top" style="width:86%" > <tr> <td valign="top"><table cellpadding="4" cellspacing="1" border="0" style="width:200px;" class="tableinborder"> <tr align="left"> <td class="tabletitle"> <table style="width:100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left"><span class="smallfont"><b>Navigation</b></span></td> </tr> </table> </td> </tr> <tr> <td class="tablea"> <span class="smallfont"><b> <if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}">UserCP</a><br /> <a href="pms.php{$SID_ARG_1ST}">Private Nachrichten</a><br /></then> <else><a href="register.php{$SID_ARG_1ST}">Registrieren</a><br /></else></if> <a href="calendar.php{$SID_ARG_1ST}">Kalender</a><br /> <a href="memberslist.php{$SID_ARG_1ST}">Mitglieder</a><br /> <a href="team.php{$SID_ARG_1ST}">Team</a><br /> <a href="search.php{$SID_ARG_1ST}">Suche</a><br /> <a href="misc.php?action=faq{$SID_ARG_2ND}">FAQ</a><br /> <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank">ACP</a><br /></then></if> <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank">MODCP</a><br /></then></if> <a href="index.php{$SID_ARG_1ST}">Startseite</a> </b></span> </td> </tr> </table> <br /> </td> </table> <tr> <td class="mainpage" align="center"> <br /> <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center"> <tr> <td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td> </tr> </table> </td> </tr> </table><br /> </table>