Hey,
If you could open wp-bulletin-board/php/wpbb-edit-topic.php at line 302 and change:
$post_author = absnt($_POST['wpbbpostauthor']);
To:
$post_author = absint($_POST['wpbbpostauthor']);
Just a typo, will be fixed in the next version, thanks!
Also on a side note i have been having problems with usernames when someone makes a post it (not all the time) changes after some time to say guest instead of the user that posted it.
That could be happening because of that typo where its not assigning a correct value for the post author when editing a topic but do let me know if you encounter this again.
Thanks