Forumotion Popup Chatbox?
4 posters
Page 1 of 1
Forumotion Popup Chatbox?
Hey, I came across a forumotion forum with a chatbox on the bottom of the page. But it followed whenever you scrolled. And when you clicked it, it would popup and you would be allowed to chat.
I googled it, and I came across a link with a tutorial (i think) but it said I have no user rights to that topic.
So here I am.
Help? I want to add that chat box.
I googled it, and I came across a link with a tutorial (i think) but it said I have no user rights to that topic.
So here I am.
Help? I want to add that chat box.
Re: Forumotion Popup Chatbox?
Is this what you are referring to - http://chat.avacweb.net/ ?
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.
Re: Forumotion Popup Chatbox?
Please visit this website.
On the forums page,
register/login:
username: TestBot
password: testbot123
And you will see it.
Yes, they are using AvacWebChat. But I wanted to use the original FMChat. I remember they had it like that before.
On the forums page,
register/login:
username: TestBot
password: testbot123
And you will see it.
Yes, they are using AvacWebChat. But I wanted to use the original FMChat. I remember they had it like that before.
Re: Forumotion Popup Chatbox?
You do use the original chatbox. The Avacweb Chat adds options to the original chatbox.
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.
Re: Forumotion Popup Chatbox?
Okay, so how would I do it without having to add the avacweb chat and just adding the popup option that they have? I remember there was a tutorial here.
Re: Forumotion Popup Chatbox?
I believe I know what you are referring to, but that tutorial is no longer available.
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.
Re: Forumotion Popup Chatbox?
Aww, so can you link me to the tutorial on how to install AVCWebChat? Their website just gives the codings. o.O Idk what to do with the Javascript code they gave.
Re: Forumotion Popup Chatbox?
Gengax33 wrote:Aww, so can you link me to the tutorial on how to install AVCWebChat? Their website just gives the codings. o.O Idk what to do with the Javascript code they gave.
Hi,
Put this into your CSS stylesheet
- Code:
.a_chat_pm tr, .a_chat_pm td, .a_chat_tab tr, .a_chat_tab td {
display:none!important;
}
.a_chat_pm:before, .a_chat_tab:before {
content: 'Hidden Content';
font-style: italic;
}
Add this into a new Javascript page
- Code:
var avacweb_chat_config = {
version : '1-9-1',
new_chat_title : 'AvacWeb Chatbox',
stylesheet : 'http://chat.avacweb.net/avacweb_chat_2.css',
allow_private_messaging : 1,
allow_user_resize : 1,
allow_appear_offline : 1,
commands : {},
custom_placement : null,
can_open_tabs : [1],
tabs : {},
allow_copyrights : 1, //please be kind and allow AWC to place small discreet copyrights and backlink on your forum.
// DO NOT TOUCH ANYTHING BELOW
message_hook:[],user_hook:[],events:{},add_event:function(t,f) {t in this.events?this.events[t].push(f):this.events[t]=[f]}};
document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></sc' + 'ript>');
// END OF AWC CONFIG
You can adjust the options for your users by specifying 1 ("On") or 0 ("Off).
You can take a look at this table for details: http://chat.avacweb.net/config
Empire_1- Active Poster
- Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift
Re: Forumotion Popup Chatbox?
Is there a way to change the color and everything for this chat so that it matches the site?
Takai- New Member
- Posts : 20
Reputation : 0
Language : English
Similar topics
» Popup chatbox- Log in not working
» How to Delete Forumotion Link to Forumotion next to search box on my site
» My forumotion design has been copied by another forumotion forum
» Forumotion Chatbox
» Popup image in the top right
» How to Delete Forumotion Link to Forumotion next to search box on my site
» My forumotion design has been copied by another forumotion forum
» Forumotion Chatbox
» Popup image in the top right
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum