Customize UI and Customize Language bug

Last post 12-19-2010, 9:39 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  12-19-2010, 3:46 PM 65449

    Customize UI and Customize Language bug

    Customize UI
    Logo Display = True will work only if Display Top Banner = True in Channel.aspx. Works in Channel_v4.aspx.
    Display Top Banner = False only works in Channel_v4.aspx, not in Channel.aspx
    Display Bottom Banner = does not display well
    Display Panel Header = False only works in Channel_v4.aspx, not in Channel.aspx
     
    Customize Language
    Changing text on buttons <resource name="UI_MENU_Disconnect">, <resource name="UI_SEND"> and <resource name="UI_MENU_Connect"> only works in Channel_v4.aspx, not in Channel.aspx
  •  12-19-2010, 9:39 PM 65451 in reply to 65449

    Re: Customize UI and Customize Language bug

    Hi kjell.ek,
     
    Customize UI
     
    Logo Display = True will work only if Display Top Banner = True in Channel.aspx. Works in Channel_v4.aspx.
     
    We are investigating this issue and will get back to you as soon as possible.
     
    Display Top Banner = False only works in Channel_v4.aspx, not in Channel.aspx
     
    Open file "CuteChat\CuteSoft_Client\CuteChat\Channel.aspx "
     
    Find section below
     
     if (!ChatWebUtility.DisplayTopBanner)
        {
            TopAdsRow.Visible = false;
        }
    Change to 
     
      if (!ChatWebUtility.DisplayTopBanner)
        {
            TopAds1.Visible = false;
        }
     
    Display Bottom Banner = does not display well
     
    We are investigating this issue and will get back to you as soon as possible.
     
     
    Display Panel Header = False only works in Channel_v4.aspx, not in Channel.aspx
     
    We are investigating this issue and will get back to you as soon as possible.
     
    Customize Language
    Changing text on buttons <resource name="UI_MENU_Disconnect">, <resource name="UI_SEND"> and <resource name="UI_MENU_Connect"> only works in Channel_v4.aspx, not in Channel.aspx
     
     
    <resource name="UI_MENU_Disconnect">
     
    We hard code in page "CuteSoft_Client\CuteChat\Script\Channel_New.js" section below, please change it directly
     
     btn.innerHTML=TEXT("Disconnect")
     
    <resource name="UI_SEND">
     
    Please change in the page CuteChat\CuteSoft_Client\CuteChat\Channel.aspx directly
     
    <button id="buttonSend" class="SendButton">Send</button>
     
    <resource name="UI_MENU_Connect">
     
    We hard code in page "CuteSoft_Client\CuteChat\Script\Channel_New.js" section below, please change it directly
     
    btn.innerHTML=TEXT("Connect")
     
    Regards,
     
    Ken
     
View as RSS news feed in XML