I've checked it and it seems there are more modifications needed to properly handle it. I've
updated the package and actually besides of bb_func_login.php the update includes pthread and ptopic scripts. There should be codes like
$poster_name=wrapText(15,$user_usr);
instead of just plain
$poster_name=$user_usr;
or
$topic_poster_name=wrapText(15,$user_usr);
instead of
$topic_poster_name=$user_usr;
so then the long username *could* be kept in a username field, but on DB insertion,
something like this should happen... should work on this forum now, you may test.