ControlPanel

Last post 12-23-2013, 7:43 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  12-17-2013, 7:06 AM 78617

    ControlPanel

     How disable the Help Icon/link in the Contro lPanel?
  •  12-17-2013, 8:19 AM 78623 in reply to 78617

    Re: ControlPanel

    Hi kjell.ek,

     

    Do you mean the CuteChat chat room help button below?

     

     

     

    If yes, please open file  "CuteSoft_Client\CuteChat\Script\Channel_New.js", find section below and delete it. 

     

    1. menuitem=menu.Add(1,TEXT("UI_Help"),__cc_urlbase+"Images/help.png",function()  
    2.     {  
    3.         ChatUI_ShowHelp("MENU");  
    4.     },null);  
     

    Regards,

     

    Ken 

  •  12-20-2013, 12:48 PM 78649 in reply to 78623

    Re: ControlPanel

    Thanks, it works for Channel.aspx.

    Not for Channel_v4.aspx, help Icon still there... 

  •  12-23-2013, 7:43 AM 78656 in reply to 78649

    Re: ControlPanel

     Hi kjell.ek,

     

    For Channel_v4.aspx, please open file "\CuteSoft_Client\CuteChat\Xml\ChatUI.xml" and remove the section below.

     

    1. <HtmlMenuItem Text="$UI_Help" Image="%CuteChatUrlBase%Images/help.png">  
    2.     <Scripts>  
    3.         <OnClick Arguments="htmlEvent">  
    4.             ChatUI_ShowHelp("MENU");  
    5.         </OnClick>  
    6.     </Scripts>  
    7. </HtmlMenuItem>  
     

    Regards,

     

    Ken 

View as RSS news feed in XML