MyBB.de Forum

Normale Version: [geteilt] Default Avatar in Mitgliederliste und Profil
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
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:

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?
Und was hat das bitte schön mit dem Plugin zu tun?"
nichts, kann ja noch zehn threads aufmachen...., apropo klick
Habe das mal abgetrennt....