Hi
i have this code line in my session.php
$user_online_list .= "<option value=\"".$site_sess->url($user_profile_link)."\">".$username."".$invisibleuser."</option>";
Where must thís code: <img src="templates/default/images/{sex}.gif" height="14">
place in the code to show the pic after the name ? And how must i change the code to make this possible ?
////////////
Hallo
ich habe folgende Codezeile in meiner session.php für die whos_online liste
$user_online_list .= "<option value=\"".$site_sess->url($user_profile_link)."\">".$username."".$invisibleuser."</option>";
Wo muss ich diesen Code (zum Anzeigen des Geschlechtes) <img src="templates/default/images/{sex}.gif" height="14">
platzieren damit diese hinter dem Usernamen steht? Und wie muss das ganze dann aussehen ? Wäre um Hilfe echt dankbar !