Oh I did that but apparently not in the instructions. :ermm: Will fix this.
Edit: Hmm it was in the instructions:
Quote:
9.5. Find:
-----------------------------------------------------------------
} else {
$userinfo["$key"]['username'] = $user[username];
}
-----------------------------------------------------------------
9.5. Replace that with:
-----------------------------------------------------------------
} else {
$userinfo["$key"]['username'] = "$iconavatar$user[username]";
}
-----------------------------------------------------------------
Save and close online.php.
|
Updated to remove the msn thing.