MyBB.de Forum
den unteren "neues thema" butten nach links, aber wie??? - 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: den unteren "neues thema" butten nach links, aber wie??? (/thread-3150.html)



den unteren "neues thema" butten nach links, aber wie??? - MonGol - 21.09.2006

Hallo!

Ich würde gerne den unteren Button "Neues Thema" nach links "verschieben".
Wie stelle ich das an?

Mfg,
Marcel

PS: Genauer gesagt: Was genau muss ich unter Templates oder Themes ändern? Ich benutze die Version 1.2


RE: den unteren "neues thema" butten nach links, aber wie??? - Garlant - 21.09.2006

Hallo MonGol,

Bitte suche im template showthread 2 mal:
PHP-Code:
<div style="padding-top: 4px;">
    {
$newreply}{$newthread}
</
div
Und vertausche die Variablen
PHP-Code:
<div style="padding-top: 4px;">
    {
$newthread}{$newreply}
</
div