Auto chat connection
3 posters
Page 1 of 1
Re: Auto chat connection
Hello,
Do you use AWC or the default chatbox? What is the link to your forum?
This tutorial looks like its an older one, fairly recently (within the past year) FM got a new default chatbox, with which required that alot of scripts for the chatbox be re coded, otherwise it may not work. If this tutorial and code was written before the new chatbox, its possible that the code will no longer work at all with the chatbox, because it needs a major re coding.
-Brandon
Do you use AWC or the default chatbox? What is the link to your forum?
This tutorial looks like its an older one, fairly recently (within the past year) FM got a new default chatbox, with which required that alot of scripts for the chatbox be re coded, otherwise it may not work. If this tutorial and code was written before the new chatbox, its possible that the code will no longer work at all with the chatbox, because it needs a major re coding.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Auto chat connection
I think that topic was posted before the chatbox update, so I'm not entirely sure if everything is still working correctly. We did post a topic after the chatbox update, that contains codes to personalize it. I'm not sure if you saw it yet, but you can find the topic below.
• Codes to personalize your chatbox
• Codes to personalize your chatbox
Re: Auto chat connection
That depends on if your using the standard text navigation bar or if your using a picture/image based navigation bar. Which one does your forum have?
-Brandon
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Auto chat connection
Yes, thats the standard navigation bar that you have, this should be possible to modify using css code .
-Brandon
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Auto chat connection
Hi @Makeithappen,
Add the following codes to your stylesheet :
Admin Panel > Display > Colors > CSS stylesheet
Use this CSS rule to change the font-size of the navigation :
and use this CSS rule to modify the color of bold text :
Add the following codes to your stylesheet :
Admin Panel > Display > Colors > CSS stylesheet
Use this CSS rule to change the font-size of the navigation :
- Code:
a.mainmenu {
font-size:14px;
}
and use this CSS rule to modify the color of bold text :
- Code:
strong {
color:#000;
}
Re: Auto chat connection
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Chat Box Auto Login
» Chat will not auto refresh
» Move Chat Box and Auto Sign In
» Hide chat/Ban all users chat (except Admin/Mods/Group)
» auto update chat users without page refresh
» Chat will not auto refresh
» Move Chat Box and Auto Sign In
» Hide chat/Ban all users chat (except Admin/Mods/Group)
» auto update chat users without page refresh
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum