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.
The forum of the forums
2 posters

    How to use FMChat?

    avatar
    Killua-
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    Solved How to use FMChat?

    Post by Killua- Fri Feb 10, 2012 2:34 am

    How do I use FMChat v3 in my forums? I installed it but i dont see it and idk what its supposed to look like because it doesnt show up for me when i see the forum widgets, its on the right side and everything please help
    Exclamation
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to use FMChat?

    Post by kirk Fri Feb 10, 2012 2:39 am

    you have to have your forum chat activated first.
    Admin panel>modules>chat box.

    Activate = yes and and you will not need to select display because you are using the code for version 3
    avatar
    Killua-
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    Solved Re: How to use FMChat?

    Post by Killua- Fri Feb 10, 2012 2:41 am

    kirk wrote:you have to have your forum chat activated first.
    Admin panel>modules>chat box.

    Activate = yes and and you will not need to select display because you are using the code for version 3

    Let me try it and ill get back to you
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to use FMChat?

    Post by kirk Fri Feb 10, 2012 2:44 am

    ok Smile
    avatar
    Killua-
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    Solved Re: How to use FMChat?

    Post by Killua- Fri Feb 10, 2012 2:47 am

    kirk wrote:you have to have your forum chat activated first.
    Admin panel>modules>chat box.

    Activate = yes and and you will not need to select display because you are using the code for version 3

    Didnt work... do you have it? If so can you post a screen shot of how its supposed to look? Thanks in advance
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to use FMChat?

    Post by kirk Fri Feb 10, 2012 2:58 am

    where is the tread to the tutorial you used,
    I think there are a couple different ways,codes floating around here on this support forum.. It may be the one you have is only for phpbb3?


    But you do have the forum chat activated right?

    Oh actually if using phpbb2 i would just add the script/code to the over all header or footer template, But i have to see exactly what script you are using,
    avatar
    Killua-
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    Solved Re: How to use FMChat?

    Post by Killua- Fri Feb 10, 2012 3:07 am

    kirk wrote:where is the tread to the tutorial you used,
    I think there are a couple different ways,codes floating around here on this support forum.. It may be the one you have is only for phpbb3?


    But you do have the forum chat activated right?

    Oh actually if using phpbb2 i would just add the script/code to the over all header or footer template, But i have to see exactly what script you are using,

    Script

    <script type="text/javascript" src="http://malware-site.www/scripts/FMChat.js"></script><div id="FMChatBase" class="chatbase" onclick="openClose()" ><span style="font-weight: bold; line-height: 2em; font-size: 11px;">ChatBox</span></div><div id="chat" style="display: none;"><iframe id="FMChat" name="FMChat" onload="FMChatLoad();" style="border: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;" src="/chatbox" width="100%" height="100%"></iframe></div>

    CSS

    /*FMChat Design*/
    .chatbase { /*This can be edited to your liking - (the button)*/
    position: fixed;
    bottom: 2px;
    right: 15px;
    background: #56A0D3;
    border: 2px solid #7BB92B;
    width: 75px;
    height: 20px;
    border-radius: 5px;
    text-align: center !important;
    cursor: pointer;
    color: #ffffff;
    }

    .chatbase:hover { /*This can be edited to your liking - (hovering over the button)*/
    border-color: #D30C3F;
    color: #000000;
    }

    #chat { /*This can be edited to your liking - (box surrounding the chatbox)*/
    border: 2px solid #7BB92B;
    width: 65%;
    position: fixed;
    right: 15px;
    bottom: 27px;
    height: 50%;
    border-radius: 5px;
    }



    I am using phpbb3 bwi
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to use FMChat?

    Post by kirk Fri Feb 10, 2012 3:14 am

    yeah i need the link to the tutorial where you got this to go over the directions on what it says, It's not the one i thought it was, css, i don't recall using any css in the version i have, but that's not really a big deal, however i still need to see what directions they have and who created the tutorial Smile
    so post the link to the thread then may be i can try t make some sense out of it for you Smile

    Oh have you added the css to the css sheet in your admin panel.
    Because if you added in the widget, then that's why it is not showing, you will have to add the css to your css sheet.

    Other then that please post the link to the thread where you got it from.
    Thanx
    avatar
    Killua-
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    Solved Re: How to use FMChat?

    Post by Killua- Fri Feb 10, 2012 3:17 am

    kirk wrote:yeah i need the link to the tutorial where you got this to go over the directions on what it says, It's not the one i thought it was, css, i don't recall using any css in the version i have, but that's not really a big deal, however i still need to see what directions they have and who created the tutorial Smile
    so post the link to the thread then may be i can try t make some sense out of it for you Smile

    Oh have you added the css to the css sheet in your admin panel.
    Because if you added in the widget, then that's why it is not showing, you will have to add the css to your css sheet.

    Other then that please post the link to the thread where you got it from.
    Thanx

    https://help.forumotion.com/t88458-how-to-create-a-pop-up-chat-box-fmchat?highlight=how+to+use+fmchat How to use FMChat? Mouais
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to use FMChat?

    Post by kirk Fri Feb 10, 2012 3:35 am

    well i got it working on my forum no problem.
    However i do not like it.. lol

    Anyway make sure you have your css set to

    Deactivate the basic CSS = No
    Optimize your CSS yes and hit save.

    then just add your css to the css sheet, The directions are pretty easy and stright forward.

    So you can see it on the bottom right hand side of my test forum here,



    the only reason i don't like it is because it has to be in a widget, and i don't want widgets showing through the forum.. But since the forum i have it on is only a test forum not it don't matter Smile lol

    All and all it seems to work fine though, so just go over all the instructions one more time and it should work fine for you.

    If not then you will have to set up a temp admin account and send me the log in info so i can log in and set it up for you, But i would not do anything no different then what is instructed over there, So i think you ma have just missed a minor step for not hitting save somewhere or something?

    Info added
    Ok OK you can add the script to your homepage announcement as Rideem3 said above as well, so that's cool thumright


    Last edited by kirk on Fri Feb 10, 2012 3:38 am; edited 1 time in total
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to use FMChat?

    Post by kirk Fri Feb 10, 2012 3:39 am

    Rideem3 wrote:It doesnt have to be in a widget Wink
    I only say to use widgets in order to prevent guests from seeing the chatbox button Wink.

    You can put the HTML in annannouncement, templates, and etc. Wink

    Right i kind of figured that, we sent the replies off the same time.
    Sorry for the confusion bro... lol Razz
    avatar
    Killua-
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    Solved Re: How to use FMChat?

    Post by Killua- Fri Feb 10, 2012 3:47 am

    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: How to use FMChat?

    Post by kirk Fri Feb 10, 2012 3:50 am


    oK COOL :wouhou:

    Topic Solved & Locked

      Current date/time is Thu Nov 14, 2024 7:59 pm