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.

FmChat Not working

2 posters

Go down

FmChat Not working Empty FmChat Not working

Post by Sauske2000 August 4th 2012, 6:31 am

I looked at the Tut to FmChat i did it exactly as it should be but it does not show up it just shows the "Chat" text at top. Is it my version of the forum? Can some one please help?
avatar
Sauske2000
New Member

Male Posts : 9
Reputation : 1
Language : English, C#, Vb.net, small java.

Back to top Go down

FmChat Not working Empty Re: FmChat Not working

Post by MassKilling August 5th 2012, 11:37 am

Have you already activate the chatbox?

*sorry for my bad English
MassKilling
MassKilling
Forumember

Male Posts : 33
Reputation : 2
Language : Indonesia
Location : Indonesia

Back to top Go down

FmChat Not working Empty Re: FmChat Not working

Post by Sauske2000 August 5th 2012, 4:26 pm

yes i have activated it i did everything the same in tut and it does not show up.
avatar
Sauske2000
New Member

Male Posts : 9
Reputation : 1
Language : English, C#, Vb.net, small java.

Back to top Go down

FmChat Not working Empty Re: FmChat Not working

Post by Sauske2000 August 5th 2012, 6:06 pm

FmChat Not working 9ahJb

That's the screen shot
avatar
Sauske2000
New Member

Male Posts : 9
Reputation : 1
Language : English, C#, Vb.net, small java.

Back to top Go down

FmChat Not working Empty Re: FmChat Not working

Post by Sauske2000 August 6th 2012, 4:57 am

Oh, can you please tell me how to put it in?
avatar
Sauske2000
New Member

Male Posts : 9
Reputation : 1
Language : English, C#, Vb.net, small java.

Back to top Go down

FmChat Not working Empty Re: FmChat Not working

Post by Guest August 6th 2012, 9:21 pm

Go to Admin Panel -> Display -> Pictures and Colors -> Colors -> CSS StyleSheet

Paste this code, and hit save:

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;
}
avatar
Guest
Guest


Back to top Go down

FmChat Not working Empty CCS

Post by Sauske2000 August 6th 2012, 10:29 pm

I did that it is not working..... here is what i have

CSS:
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;
}

The Widget:
Code:
<script type="text/javascript" src="http://fmquery.forumotion.com/h1-fmchatjs"></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" width="100%" height="100%"></iframe></div>



avatar
Sauske2000
New Member

Male Posts : 9
Reputation : 1
Language : English, C#, Vb.net, small java.

Back to top Go down

Back to top


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