Dear tajamal,
Please follow steps:
1. Open "\CuteSoft_Client\CuteChat\Script\Channel_New.js"
2. You can find the following lines, it only allows admin set own status to "offline", other account cannot set status to offline, if you remove the hightlighted code, all users who enter chat room can change status to "offline"
if( myinfo.IsAdmin ) { menuitem=menu.Add(1,TEXT("UI_MENU_AppearOffline"),""+__cc_urlbase+"Images/im_invisible.png",function()
{
SetOnlineStatus("APPEAROFFLINE");
},null);
}
Thank you for asking