Ik zoek iets waardoor bij online leden niet meer een vierkantje naast username aantoont of iemand admin/moderator, ect is
maar met kleuren.
dit is wat ik nu heb
PHP
$status = $row['status'];
$status = str_replace("4", "<img src='images/point_red.jpg'>", $status);
$status = str_replace("3", "<img src='images/point_blue.jpg'>", $status);
$status = str_replace("2", "<img src='images/point_blue.jpg'>", $status);
$status = str_replace("1", "<img src='images/point_green.jpg'>", $status);
$status = str_replace("0", "<img src='images/point_green.jpg'>", $status);
Ik zou dus graag willen weten hoe ik bij status 4 bijvoorbeeld dat de username daar in het rood staat
kan je me helpen?
Laat iets weten
M.v.g. Victini