Farbgruppen, aber ohne den "Mod farbgruppen", da ich bei dem nicht richtig rechte vergeben kann.
ich möchte die Gruppe "Supporter" farbig gestalten. Deshalb habe ich folgendes gebaut:
page_header.php
Code: Alles auswählen
'L_WHOSONLINE_ADMIN' => sprintf($lang['Admin_online_color'], '<span style="color:#404040">', '</span>'), /* Change the ###### to the SAME THING you did in the second step, with the ADMIN colour. This includes the # at the beginning. eg: #FF0000 */
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#00A000">', '</span>'), /* Change the ###### to the SAME THING you did in the forth step, with the MODERATOR colour. This includes the # at the beginning. eg: #FF0000 */
'L_WHOSONLINE_SUPP' => sprintf($lang['Supp_online_color'], '<span style="color:#B321FF">', '</span>'), /* Change the ###### to the SAME THING you did in the forth step, with the SUPPORTER colour. This includes the # at the beginning. eg: #FF0000 */
Code: Alles auswählen
$lang['Admin_online_color'] = '%sAdministrator%s';
$lang['Mod_online_color'] = '%sModerator%s';
$lang['Supp_online_color'] = '%sSupporter%s';
index_body.tpl
Code: Alles auswählen
{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ] [ {L_WHOSONLINE_SUPP} ]
ist das überhaupt richtig wie ich es gemacht habe?
wo liegt mein fehler bzw wie mach ich weiter?
danke im voraus
dany