MyBB.de Forum
Navigation - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html)
+--- Thema: Navigation (/thread-8611.html)



Navigation - Desaster - 08.02.2008

Hallo,

ich suche neben meinem Forum eine Navigation. Schaut euch einfach mal das Beispiel an:

#######################
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
#NAVIGATION------------FOREN#
########################

Wenn ich nämlich mein Forum öffne: beispiel.de./forum/index.php wird nur das Forum eingeblendet. Stattdessen möchte ich wie im oberen Beispiel mit Hilfe von Templates eine Navi erstellen. Könnt ihr mir die Schritte erklären??
--

Ich habe schon in der SUCHE nachgeschaut, aber nicht gutes gefunden!


RE: Navigation - Michael - 08.02.2008

Füge am Ende des Templates header folgendes ein:
Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td width="200">DEINE NAVI HIER</td>
    <td width="*">
Füge dann am Anfang des Templates Footer noch diesen Teil ein:
Code:
</td>
  </tr>
</table>