MyBB.de Forum
Templ. vom Costum Page Plugin - 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: Templ. vom Costum Page Plugin (/thread-12016.html)



Templ. vom Costum Page Plugin - wWs - 07.01.2009

Hallo ich habe das Theme Dark Orange für mybb 1.2.xx.
Dazu habe ich das Costum Page Plugin.
Ich würde gerne die Boxen von den Seiten Schließen.
Um auf meine Frage zu kommen wo lagert der Costum Pager den die Templates ab?
ich würde gerne die erstellten Seiten ändern also eig. nur die kisten zu machen:

PHP-Code:
<table cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td><img src="{$theme['imgdir']}/tablesmall/thead_l.png" alt="" /></td>
<
td class="thead3"></td>
<
td><img src="{$theme['imgdir']}/tablesmall/thead_r.png" alt="" /></td>
</
tr>
</
table>




<
table cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td><img src="images/DarkOrange/tablesmall/tfoot_l.png" alt="" /></td>
<
td class="tfoot3"></td>
<
td><img src="images/DarkOrange/tablesmall/tfoot_r.png" alt="" /></td>
</
tr>
</
table



RE: Templ. vom Costum Page Plugin - linwinman - 07.01.2009

Hallo wWs,

siehe mal unter "Globale Templates", dort sollten sie eingetragen sein.