Did you set to show icons for you in your user cp. I forgot to include these queries in the instructions.
ALTER TABLE user CHANGE options options smallint(6) NOT NULL default '31';
UPDATE user SET options=options+16;
I have 2.2.7 but no default installation of it anymore. I will look at a default 2.2.9.
Edit: I see the code is:
PHP Code:
} else {
$username = $loggedin['username'];
}
Change that to
PHP Code:
} else {
$username = "$iconavatar$loggedin[username]";
}