MyBB.de Forum

Normale Version: Wer War online falsche Darstellung
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Ich habe mir soeben diese Modifikation heruntegreladen:
http://mods.mybb.com/view/online-today-1.2.2
(who was online)

Aber nun wird das leider irgendwie komisch dargestellt..
Hier ein Screen:
[attachment=6269]

Hier die Template Datei "online_today_index"

PHP-Code:
<tr>
    <
td class="tcat"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</td>
</
tr>
<
tr>
    <
td class="trow1"<span class="smalltext">>{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</
tr

Was muss ich ändern?

Bitte helft mir, Danke!

Ein Link zum Forum wäre nicht schlecht.
Und bitte beachte Punkt 5 der Regeln:

https://www.mybb.de/forum/thread-171.html

Lad Screenshots bitte im Forum hoch und füge diesen in Deinen Beitrag ein.
*entfernt*
Forumlink.
Ach, hier noch das Template online_today:

Code:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->online_today}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->on_username}</strong></span></td>
<td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->time}</strong></span></td>
</tr>
{$todayrows}
<tr>
<td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td>
</tr>
</table>
<br />
{$multipage}
{$footer}
</body>
</html>