Big Thx @PPN for your great work!
But, one little fault:
In online.php, you also have to do this changes:
Code:
look for
if (($userinfo["$key"]['lastactivity'] < $user['lastactivity']) or !$userinfo["$key"]['lastactivity']) {
below it add
$userinfo["$key"]['realname'] = $user['username'];
I only noticed this, because it affected a bug I posted on vbulletin.com
Greetings,
Mystics