MyBB.de Forum
Wer War online falsche Darstellung - 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: Wer War online falsche Darstellung (/thread-18814.html)



Wer War online falsche Darstellung - Shiny-Giratina - 30.08.2011

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:
   

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!




RE: Wer War online falsche Darstellung - Murphy - 30.08.2011

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.


RE: Wer War online falsche Darstellung - Shiny-Giratina - 30.08.2011

*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>