sign in offline

Last post 02-15-2011, 10:38 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  02-15-2011, 5:11 AM 66232

    sign in offline

    is it posible to signin in OFFLINE mode, and it should be before signingin in cutechat? can anyone help me with that?
  •  02-15-2011, 10:38 AM 66235 in reply to 66232

    Re: sign in offline

    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
View as RSS news feed in XML