ok da musst du aber einiges mehr machen als das oben:
Erstens erstelle eine html Seite: die nennst du dann " sidebar.html" und kopierst sie dann bei deinem Template in den Template Ordner.
Danach öffne: index_body.html
Finde:
Füge davor ein:
Finde:
füge zuvor ein:
Code: Alles auswählen
<div style="width:20%;float:left;"><!-- INCLUDE sidebar.html -->
Speichern und hochladen:
Danch öffne: overall_footer.html
Suche:
Code: Alles auswählen
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//-->
Davor füge ein:
Finde:
Code: Alles auswählen
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
Danach füge ein:
Alles hochladen und speichern und fertig.
In der sidebar.html kannst du jetzt testweise mal was reinschreiben. Wenn du willst dass es da immer schön umrandet ist musst du folgenden code nehmen:
Code: Alles auswählen
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<h3 class="headerbar1">[b][color=red]Hier kommt der Titel hin[/color][/b]</h3>
[b][color=red]Hier kommt der Inhalt hin[/color][/b]
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
Das rote kannst du selber individuell verändern.
LG Pfoti