Help Editing AvacWeb Chat Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Help Editing AvacWeb Chat

    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Help Editing AvacWeb Chat Empty Help Editing AvacWeb Chat

    Post by Kite Trojan March 28th 2014, 3:42 am

    Code:
    var avacweb_chat_config = {
      version : '1-8',
      new_chat_title : 'Galactic Chat Box',
      auto_log_in : 'open',
      archives : 1,
      sound_file : 'http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3',
      stylesheet : 'http://chat.avacweb.net/avacweb_chat.css',
      disable_timeout : 0,
      allow_private_messaging : 1,
      allow_user_resize : 1,
      commands : {},
      can_open_tabs : [1], //user ids of users who can open new tabs.
      tabs : {},
      allow_copyrights : 1, //please be kind and allow AWC to place small discreet copyrights and backlink on your forum.
      // DO NOT TOUCH ANYTHING BELOW
      message_hook:[],user_hook:[],events:{},add_event:function(t,f) {t=/^on/.test(t)?t:'on'+t;t in this.events?this.events[t].push(f):this.events[t]=[f]}};
    document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></script>');

    I have a code for the AvacWeb Chat. Instead of using this: Help Editing AvacWeb Chat Captur17
    , can we change it to: Help Editing AvacWeb Chat U86cqv10
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by SLGray March 28th 2014, 4:41 am

    Is there more codes?



    Help Editing AvacWeb Chat Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Kite Trojan March 28th 2014, 4:54 am

    If you mean by the design of the chat(inside) then yes:
    Code:
    div#chatbox {
    color: #141414!important;
    }

    #chatbox_members {
    background: #141414!important;
    }

    #message {
    background: #141414 !important;
    }

    #chatbox_header, #chatbox_footer {
    background: #027BCC!important;
    box-shadow: inset 0 10px 10px #027BCC!important;
    -moz-box-shadow: inset 0 10px 10px #027BCC;
    -webkit-box-shadow: inset 0 10px 10px #027BCC!important;
    text-shadow: 0 0px!important;
    font-weight: bold;
    color: white;
    size: 20;
    }




     
      body.chatbox {
        visibility: hidden;
    }
    #chatbox {
        display: none;
    }
     
      body > #achat_tabs .achat_tab.selected {
    background: #027BCC!important;
    box-shadow: inset 0 5px 5px #FFFFF!important;
    -moz-box-shadow: inset 0 5px 5px #669CF8;
    -webkit-box-shadow: inset 0 5px 5px #7CC0A8!important;
    }

     
     
    .chatbox_row_1 {
    background-color: #141414!important;
    }

    .chatbox_row_2 {
    background-color: #141414!important;
    }

    .chatbox_row_3 {
    background color: #141414!important:
    }
     
    div#chatbox {
    color: #027BCC!important;
    }
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Rhino.Freak March 28th 2014, 5:06 am

    Code:
    #avacweb_chat_button.v1-8 {
    /*style button here*/
    }
    #avacweb_chat_button.v1-8:hover {
    /*style button here*/
    }

    make it however you like, but I don't believe removing chat: 0 text is easy/advisable ..
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Kite Trojan March 28th 2014, 6:12 am

    EBay Ford StyleWriter bitonga mean? Image?
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Pizza Boi March 28th 2014, 8:43 am

    Hi Very Happy

    Just add this in your CSS Smile :

    Code:
    #avacweb_chat_button {
    background-image: url("http://i57.servimg.com/u/f57/18/53/34/66/u86cqv10.png") !important;
    color: white !important; /* Change this to any color you wish */
    }

    I personally think that even without color: white, the design's good already.

    Regards,
    Pizza Boi
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Kite Trojan March 28th 2014, 11:49 pm

    Ok, thanks for that, but any way to make it small and round.
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Pizza Boi March 29th 2014, 9:27 am

    Hi Very Happy

    Please try this:

    Code:
    #avacweb_chat_button {
    border: 2px solid #9DBCF1 !important;
    border-radius: 10px 10px 0px 0px !important;
    }

    Regards,
    Pizza Boi
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Kite Trojan March 29th 2014, 10:01 pm

    Also, sorry I forgot to ask, but sometimes the chat goes orange. How to cover both types?
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Van-Helsing March 30th 2014, 1:53 am

    Kite Trojan wrote:Also, sorry I forgot to ask, but sometimes the chat goes orange. How to cover both types?
    Hi, when the chat button is orange that means there are new messages in chatbox. This is a type of notification.

    Best Regards,
    Dark-Avenger
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Pizza Boi March 30th 2014, 7:53 am

    Dark-Avenger wrote:
    Kite Trojan wrote:Also, sorry I forgot to ask, but sometimes the chat goes orange. How to cover both types?
    Hi, when the chat button is orange that means there are new messages in chatbox. This is a type of notification.

    Best Regards,
    Dark-Avenger

    Hi Very Happy

    Sorry, but I forgot yesterday (I was in a hurry) to post that I solved his 'other' problems concerning this chatbox, I'm not sure; however, if he still has 'other' problems.  bwi 

    Regards,
    Pizza Boi
    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    Help Editing AvacWeb Chat Empty Re: Help Editing AvacWeb Chat

    Post by Kite Trojan March 30th 2014, 7:16 pm

    Dark-Avenger wrote:
    Kite Trojan wrote:Also, sorry I forgot to ask, but sometimes the chat goes orange. How to cover both types?
    Hi, when the chat button is orange that means there are new messages in chatbox. This is a type of notification.

    Best Regards,
    Dark-Avenger

    Thanks for the heads up, but even though I added the background on the chat, it still shows the orange. Same for no messages.