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-12-2009, 11:22 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Way to change from Username to Display Name?
Reply
Quote
Hi,
In the SampleProvider.cs ,
find the public override bool GetUserInfo(string loginName, ref string nickName)
and change the nickName=loginName; to
nickName=loginName+"!";
and then compile it and test it.
Regards,
Terry
View Complete Thread