Adjust header area inside chat rooms

Last post 01-07-2008, 8:39 AM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  01-01-2008, 5:57 PM 36103

    Adjust header area inside chat rooms

    I need to make the header area (logo, banner) larger inside of the chat rooms.  How do I do this?  I need more height room for a larger logo.
  •  01-01-2008, 7:57 PM 36105 in reply to 36103

    Re: Adjust header area inside chat rooms

    Hi:

    You need modify 2 place :
     
    1.  CuteSoft_Client/CuteChat/Channel.xml
    find table id="toptableid"
    and change the content of the table
     
    2. CuteSoft_Client/CuteChat/Skins/%SkinName%/ChatUI.xml
    find  <TopPanel AutoDock="Top" Height="60"></TopPanel>
    and change the Height
     
    Regards , Terry .
  •  01-02-2008, 2:35 PM 36115 in reply to 36105

    Re: Adjust header area inside chat rooms

    On your #1, what do I change in the toptableid?  I added a height="" but it just shifted down my logo and banner behind the chat window.  I also changed the height="60" on the skin.
  •  01-07-2008, 8:39 AM 36181 in reply to 36115

    Re: Adjust header area inside chat rooms

    Hi:
     
    If you change the height of the toptableid , you need change the xml file too.
     
    for example ,
     
    if you set <table id="toptableid" width="100%" height="120"  ...
     
    you need to set <TopPanel AutoDock="Top" Height="120"></TopPanel>
     
     
    Regards , Terry .
     
View as RSS news feed in XML