MyBB.de Forum
Whosonline nach oben? - 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: Whosonline nach oben? (/thread-27100.html)



Whosonline nach oben? - baeckerman83 - 18.12.2012

Hiho!
Ich würde gerne den Who is online Kasten weiter oben in meinem Forum anzeigen. Dazu müsste ich doch nur {$whosonline} an der passenden Stelle einbauen, oder? Es geht aber auf sportwettentalk.com nicht. Hier mal der Quellcode wo ich es eingebaut habe. Wenn ich statt dem {$whosonline} ein Test schreibe erscheint das Test genau an der Stelle wo ich es gerne hätte.

Code:
<table width="100%" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="0" class="tborder">
<thead>
<tr>
<td colspan="{$num_columns}"><table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr class="thead">
<td>{$collapseinsert1}<strong>{$lang->overview_overview}</strong></td>
</tr>
</table>
</td>
</tr>
</thead>
<tbody{$collapseinsert2}>
{$trow_message}
<tr>
{$overview_content}
</tr>
<tr>
<td colspan="{$num_columns}">
{$whosonline}
</td>
</tr>
</tbody>
</table>
<br />