12.03.2014, 21:14
falls mal jemand danach sucht:
Open PHP file memberlist.php (its a good idea to make a note somewhere that you have edited this file), and find:
Replace with:
quelle
jetzt brauche ich genau das nur noch für das profil. gibt es sowas?
Open PHP file memberlist.php (its a good idea to make a note somewhere that you have edited this file), and find:
Code:
eval("\$user['avatar'] = \"".$templates->get("memberlist_user_avatar")."\";");
}
else
{
$user['avatar'] = "";
}
Replace with:
Code:
eval("\$user['avatar'] = \"".$templates->get("memberlist_user_avatar")."\";");
}
else
{
$user['avatar'] = "<img src='images/default_avatar.gif' alt='User Avatar' title='' />";
}
quelle
jetzt brauche ich genau das nur noch für das profil. gibt es sowas?