Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Chat and Cute Web Messeng...
»
Re: Way to change from Username to Display Name?
Re: Way to change from Username to Display Name?
08-17-2009, 3:41 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Way to change from Username to Display Name?
Reply
Quote
Hi dhananjaym,
1. Open file 'DNNChatProvider.vb'(App_Code\DNNChatProvider.vb)
2. Find section
nickName = user.Username
3. Change the section above to
nickName = user.DisplayName
Regards,
Ken
View Complete Thread