0
josejunior created
Hello Asp.Net Zero,
I would like to know where (files) to customize the chat ui, in order to display the user EmailAddress instead of UserName! Is this possible?
TIA
4 Answer(s)
-
0
hi
- What is your product version?
- What is your product type (Angular or MVC)?
- What is product framework type (.net framework or .net core)?
-
0
Sorry maliming!
I have the latest:
.net core v8.3.1 MVC
Thank you!!
-
0
Hi,
On server side, you need to modify
GetUserChatFriendsWithSettings
method of https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Application/Chat/ChatAppService.cs.On client side, you need to modify _ChatBar.js and _ChatBar.cshtml
-
0
Thank you ismcagdas and maliming!