Forumotion Popup Chatbox? 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.
4 posters

    Forumotion Popup Chatbox?

    Gengax33
    Gengax33
    New Member


    Male Posts : 5
    Reputation : 1
    Language : English
    Location : New York, USA

    Forumotion Popup Chatbox? Empty Forumotion Popup Chatbox?

    Post by Gengax33 September 4th 2014, 6:16 am

    Hey, I came across a forumotion forum with a chatbox on the bottom of the page. But it followed whenever you scrolled. And when you clicked it, it would popup and you would be allowed to chat. 

    I googled it, and I came across a link with a tutorial (i think) but it said I have no user rights to that topic.
    So here I am.

    Help? I want to add that chat box.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Forumotion Popup Chatbox? Empty Re: Forumotion Popup Chatbox?

    Post by SLGray September 4th 2014, 6:21 am

    Is this what you are referring to - http://chat.avacweb.net/ ?



    Forumotion Popup Chatbox? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Gengax33
    Gengax33
    New Member


    Male Posts : 5
    Reputation : 1
    Language : English
    Location : New York, USA

    Forumotion Popup Chatbox? Empty Re: Forumotion Popup Chatbox?

    Post by Gengax33 September 4th 2014, 6:28 am

    Please visit this website.
    On the forums page,

    register/login:
    username: TestBot
    password: testbot123

    And you will see it.

    Yes, they are using AvacWebChat. But I wanted to use the original FMChat. I remember they had it like that before.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Forumotion Popup Chatbox? Empty Re: Forumotion Popup Chatbox?

    Post by SLGray September 4th 2014, 6:38 am

    You do use the original chatbox.  The Avacweb Chat adds options to the original chatbox.



    Forumotion Popup Chatbox? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Gengax33
    Gengax33
    New Member


    Male Posts : 5
    Reputation : 1
    Language : English
    Location : New York, USA

    Forumotion Popup Chatbox? Empty Re: Forumotion Popup Chatbox?

    Post by Gengax33 September 4th 2014, 6:44 am

    Okay, so how would I do it without having to add the avacweb chat and just adding the popup option that they have? I remember there was a tutorial here.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Forumotion Popup Chatbox? Empty Re: Forumotion Popup Chatbox?

    Post by SLGray September 4th 2014, 6:45 am

    I believe I know what you are referring to, but that tutorial is no longer available.



    Forumotion Popup Chatbox? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Gengax33
    Gengax33
    New Member


    Male Posts : 5
    Reputation : 1
    Language : English
    Location : New York, USA

    Forumotion Popup Chatbox? Empty Re: Forumotion Popup Chatbox?

    Post by Gengax33 September 4th 2014, 7:52 am

    Aww, so can you link me to the tutorial on how to install AVCWebChat? Their website just gives the codings. o.O Idk what to do with the Javascript code they gave.
    Empire_1
    Empire_1
    Active Poster


    Male Posts : 1391
    Reputation : 125
    Language : English, Spanish, Mandarin, C++
    Location : Summoner's Rift

    Forumotion Popup Chatbox? Empty Re: Forumotion Popup Chatbox?

    Post by Empire_1 September 4th 2014, 7:59 am

    Gengax33 wrote:Aww, so can you link me to the tutorial on how to install AVCWebChat? Their website just gives the codings. o.O Idk what to do with the Javascript code they gave.

    Hi, 

    Put this into your CSS stylesheet
    Code:
    .a_chat_pm tr, .a_chat_pm td, .a_chat_tab tr, .a_chat_tab td {
        display:none!important;
    }
    .a_chat_pm:before, .a_chat_tab:before {
        content: 'Hidden Content';
        font-style: italic;
    }

    Add this into a new Javascript page
    Code:
    var avacweb_chat_config = {
       version : '1-9-1',
       new_chat_title : 'AvacWeb Chatbox',
       stylesheet : 'http://chat.avacweb.net/avacweb_chat_2.css',
       allow_private_messaging : 1,
       allow_user_resize : 1,
       allow_appear_offline : 1,
       commands : {},
       custom_placement : null,
       can_open_tabs : [1],
       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 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"></sc' + 'ript>');
    // END OF AWC CONFIG    

    You can adjust the options for your users by specifying 1 ("On") or 0 ("Off).
    You can take a look at this table for details: http://chat.avacweb.net/config
    Takai
    Takai
    New Member


    Posts : 20
    Reputation : 0
    Language : English

    Forumotion Popup Chatbox? Empty Re: Forumotion Popup Chatbox?

    Post by Takai September 8th 2014, 9:22 am

    Is there a way to change the color and everything for this chat so that it matches the site?