Moderator
Verfasst: 19.02.2005 22:44
Wie bekomm ich unten die
bei wer ist online Den Administrator weg und den Moderator
bei wer ist online Den Administrator weg und den Moderator
Code: Alles auswählen
index_body.tpl:
[ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]
Versuchs mal so..bandes23 hat geschrieben:Also die 2 habe ich rausbekommen wie mach ich es jetzt das mein namen nicht merh in Admin farbe kommt sondern so ist wie bei allen
Code: Alles auswählen
if ( $row['user_level'] == ADMIN )
{
$row['username'] = '<b>' . $row['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor3'] . '"';
}
else if ( $row['user_level'] == MOD )
{
$row['username'] = '<b>' . $row['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor2'] . '"';
}
Code: Alles auswählen
/*if ( $row['user_level'] == ADMIN )
{
$row['username'] = '<b>' . $row['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor3'] . '"';
}
else if ( $row['user_level'] == MOD )
{
$row['username'] = '<b>' . $row['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor2'] . '"';
}*/
Code: Alles auswählen
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}</span></td>
Code: Alles auswählen
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} <br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
Code: Alles auswählen
<br />{RECORD_USERS}