Ich habe alles neu installiert und es funktioniert soweit. JEDOCH ist im unteren Bereich des Forums (siehe
http://www.trottino.de/forum/index.php)
das Fenster (Wer ist online?) etwas verschoben, nachdem ich die Birthday-Mod-Anzeige hinzugefügt habe.
Wo und an welcher Stelle in welcher Datei kann ich das abändern?
Folgend siehst Du hier meine index_stats_box.tpl
<!-- BEGIN stats -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_VIEWONLINE}</a></span></td>
</tr>
<!-- BEGIN root -->
<tr>
<!-- BEGIN extended -->
<td class="row1" width="50" align="center" valign="middle" rowspan="4">
<!-- END extended -->
<!-- BEGIN extended_ELSE -->
<td class="row1" width="50" align="center" valign="middle" rowspan="3">
<!-- END extended_ELSE -->
<img src="{I_VIEWONLINE}" alt="{L_VIEWONLINE}" border="0" />
</td>
<td class="row1" align="left"><span class="gensmall">
{TOTAL_POSTS}<br />
{TOTAL_USERS} :: {NEWEST_USER}<br />
{RECORD_USERS}<br />
</span></td>
</tr>
<!-- END root -->
<tr>
<!-- BEGIN root_ELSE -->
<td class="row1" width="50" align="center" valign="middle" rowspan="2"><img src="{I_VIEWONLINE}" alt="{L_VIEWONLINE}" border="0" /></td>
<!-- END root_ELSE -->
<td class="row1"><span class="gensmall">
<!-- BEGIN root -->
{L_TOTAL_ONLINE}{TOTAL_USERS_ONLINE}<hr />
<!-- END root -->
{L_ONLINE_USERS}
<!-- BEGIN root_ELSE -->
{TOTAL_USERS_ONLINE}<br />
<!-- END root_ELSE -->
<!-- BEGIN online -->
{stats.online.L_SEP}<a href="{stats.online.U_VIEW_PROFILE}" title="{L_VIEW_PROFILE}" class="gensmall" {stats.online.STYLE}>{stats.online.USERNAME}</a>
<!-- END online -->
<!-- BEGIN none -->
{NO_USERS_ONLINE}
<!-- END none -->
</span></td>
</tr>
<!-- BEGIN past -->
<tr>
<td class="row1" align="left"><span class="gensmall">
{L_TOTAL_PAST}{TOTAL_PAST_USERS}<br />{TOTAL_HOUR_USERS}<hr />
{L_ONLINE_USERS}
<!-- BEGIN online -->
{stats.past.online.L_SEP}<a href="{stats.past.online.U_VIEW_PROFILE}" title="{L_VIEW_PROFILE}" class="gensmall" {stats.past.online.STYLE}>{stats.past.online.USERNAME}</a>
<!-- END online -->
<!-- BEGIN none -->
{NO_USERS_ONLINE}
<!-- END none -->
</span></td>
</tr>
<!-- Start add - Birthday MOD -->
<tr>
<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
</tr>
<!-- End add - Birthday MOD -->
<!-- END past -->
<tr>
<td class="row1"><span class="gensmall">
<b>{L_LEGEND}:</b>
<!-- BEGIN legend -->
<!-- BEGIN link -->
[ <b><a href="{stats.legend.U_LEVEL}" class="gensmall" {stats.legend.STYLE}>{stats.legend.LEVEL_NAME}</a></b> ]
<!-- END link -->
<!-- BEGIN link_ELSE -->
[ <b><span {stats.legend.STYLE}>{stats.legend.LEVEL_NAME}</span></b> ]
<!-- END link_ELSE -->
<!-- END legend -->
</span></td>
</tr>
</table>
<!-- END stats -->