Hi Brandon,
I didn't test it personally, but try changing ViewEntry.ascx.vb at line 329:
oComment.Author = Me.UserInfo.Username
in
oComment.Author = Me.UserInfo.FirstName
Recompile and test. Let me know if you encounter any problems.
Best regards,
Dario Rossa