It works in the 2.0.13 but i found i needed to change one more thing in the "phpbb2egg.php". find the following (line 14): $nick = $userdata[user_id]; and change it to $nick = $userdata[username]; it needs to be $userdata[username] or it wont find the username, and only post the user's ID....