Hi hetaljariwala,
Please follow the steps below. It shows you how to remove the "pick an avatar" menu of the Chat room.
1. Open file "\CuteSoft_Client\CuteChat\Script\Channel_New.js"
2. Find section below and remove it
menuitem=menu.Add(1,TEXT("UI_Avatar"),ChatUI_GetAvatar(GetMyInfo()),function()
{
if(window.IsAvatarLayout)
{
ChatUI_ShowCharacterDialog();
}
else
{
ChatUI_ShowAvatarDialog();
}
},null);
Regards,
Ken