Hello
you could change the code in
DesktopModules\CuteChatControls\CuteChatControls.vbproj
in the DotNetNukeDataProvider.vb , modify this code :
Public Overrides Function GetUserDisplayName(ByVal useruniquename As String) As String
Return GetUser(useruniquename).FirstName
End Function
Regards , Terry .