You will need to get the actual userid, it's not going to automatically be in $userid...I just used that as a placeholder...for example, at the plugin hook location "postbit_display_complete" you can get it from $post['userid'], but I don't know what array is going to contain it at your plugin hook location.
Looking at that template, I would first try (at the very top of the plugin):
PHP Code:
$userid = $poststarter['userid'];