Seite 1 von 1

Who is online - Admins wie user

Verfasst: 17.10.2005 14:09
von Konsti
Hallo, wie kann es umstellen, damit bei who is online admins nicht fettgedruckt sind sondern genauso dick wie user?

Verfasst: 17.10.2005 15:14
von Markus67
Hi ...

suche in der page_header.php

Code: Alles auswählen

					$row['username'] = '<b>' . $row['username'] . '</b>';
ersetze mit:

Code: Alles auswählen

					$row['username'] = $row['username'];
Markus

Verfasst: 17.10.2005 15:24
von Konsti
Ich meine allerdings in http://meineurl.de/VIEWONLINE.php

also , weisste?

Verfasst: 18.10.2005 14:38
von Konsti
Hallo?