Re: How to display Firstname and Lastname in place of Username(Which is used by default in cute chat lobby)

  •  05-19-2005, 1:47 PM

    Re: How to display Firstname and Lastname in place of Username(Which is used by default in cute chat lobby)

    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 .
View Complete Thread