MyBB.de Forum
Collapse speichert nicht - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Collapse speichert nicht (/thread-18767.html)



Collapse speichert nicht - Assaki - 20.08.2011

Hallo,
ich habe wieder ein Problem.
Im Footer habe ich eine neue Tabelle eingefügt, mit einen Collapse. Es funktioniert auch soweit, leider speichert er es nicht.

Nun frage ich, wie kann ich es im Footer aktivieren, hier noch einmal die Tabelle im Footer:


PHP-Code:
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder1">
<
thead>
<
tr>
<
td class="thead">
<
div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['overview36']}.gif" id="overview36_img" class="expander" alt="{$expaltext}/> </div>
<
div><strong>Revolvermaps</strong></div>
</
td>
</
tr>
</
thead>
<
tbody style="{$collapsed['overview36_e']}id="overview36_e">
<
tr>
<
td class="trow1">
<
div style="height:220px; padding:5px; background-color:#1E1E1E;">
<
center>
Inhalt
</center>
</
div>
</
td>
</
tr>
</
tbody>
</
table


Die sollte richtig sein.



Danke für eure Antworten.