Hallöle :)!
Ich hab mal eine kleine Frage...
wie lässt es sich realisieren, daß das eigene gewählte Avatarbild, direkt unter dem "Willkommen, Mitgliedsname!" erscheint?
Der Code an der Stelle sieht folgendermaßen aus:
# Ausgabe ...................................
$content = "\n<!-- $thisfile output start -->\n<div class=\"boxcontent\">\n";
if ($isseruser) {
$content .= "Willkommen, <br><font color=\"#ff0000\"><b>$username!</b></font><br>(<a href=\"modules.php?name=Your_Account&op=logout\">logout</a>)\n";
$content .= "<center><b>..::[ <a href=\"modules.php?name=Your_Account\">Dein Account</a> ]::..</b><br><br></center>\n";
}else{
$content .= "Hallo verehrter<br><b>Gast!</b><br>\n";
$content .= "<br><strong><big>·</big></strong> <b><a href=\"modules.php?name=User_Registration\">Registrieren</a></b><br><strong><big>·</big></strong> <a href=\"modules.php?name=Your_Account\">Mitglieder Login</a><br><strong><big>·</big></strong> <a href=\"modules.php?name=Your_Account&op=pass_lost\">Passwort vergessen?</a><br><strong><big>·</big></strong> <a href=\"modules.php?name=FAQ\">Hilfe!</a><br>
<strong><big>·</big></strong> <a href=\"modules.php?name=Content&pa=showpage&pid=46\">Info</a><br><br>\n";
}
Oder gibt es vielleicht bereits eine Lösung hier im Forum und ich habe sie übersehen bei der Suche...