AvacWeb Chat v 1.8 Help 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.
3 posters

    AvacWeb Chat v 1.8 Help

    Kite Trojan
    Kite Trojan
    Forumember


    Male Posts : 823
    Reputation : 19
    Language : English

    AvacWeb Chat v 1.8 Help Empty AvacWeb Chat v 1.8 Help

    Post by Kite Trojan January 28th 2014, 3:37 am

    Code:
    var avacweb_chat_config = {
      version : '1-7',
      new_chat_title : '<span style="display: none;">Avacweb Chatbox</span>',
      light_up_color : 'light blue',
      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,
      message_hook : [],
      user_hook : [],
      commands : {},
      events : {},
      add_event : function(type, fn) {
          type = /^on/.test(type) ? type : 'on' + type;
          type in this.events ? this.events[type].push(fn) : this.events[type] = [fn];
      }
    };
    document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></script>');
    This is the Avacweb Chat I used for my forum. Verison is Phpbb2

    AvacWeb Chat v 1.8 Help Nsass10
    Once you how in the AvacWeb Chat, it'll be something like this. How can I change my code into something around this.

    Next Image:
    AvacWeb Chat v 1.8 Help Captur17


    Also, in the AWC, the message bar is not there. Never mind, I got it fixed  !  :wouhou:
    SLGray
    SLGray
    Administrator
    Administrator


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

    AvacWeb Chat v 1.8 Help Empty Re: AvacWeb Chat v 1.8 Help

    Post by SLGray January 28th 2014, 3:51 am

    You need to ask for help on Avacweb as the person who created the code is the founder of the forum.



    AvacWeb Chat v 1.8 Help Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17924
    Reputation : 836
    Language : English
    Location : Somewhere

    AvacWeb Chat v 1.8 Help Empty Re: AvacWeb Chat v 1.8 Help

    Post by Jophy January 28th 2014, 9:07 am

    Never mind, I got it fixed !

    Garbaged