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.

How do I add the forum chat box to an HTML Page?

4 posters

Go down

Solved How do I add the forum chat box to an HTML Page?

Post by coolmickey_mv June 27th 2009, 11:21 pm

Well im making a HTML page but i really want a chat box in it which I can control, so how do i add the forum chat box to it?
coolmickey_mv
coolmickey_mv
Forumember

Posts : 88
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I add the forum chat box to an HTML Page?

Post by Master Marc June 28th 2009, 12:12 am

I suggest you use an XAT chatbox.

Copy and paste the code into your html page,and hit save.
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Solved Re: How do I add the forum chat box to an HTML Page?

Post by coolmickey_mv June 28th 2009, 1:11 am

Yes I've tried it but it would be better to have my forum chat in it. That way i can ban people and clear messages etc...
coolmickey_mv
coolmickey_mv
Forumember

Posts : 88
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I add the forum chat box to an HTML Page?

Post by Master Marc June 28th 2009, 1:18 am

But,you can't have your normal chatbox in it,because it's an html page...

I suggest you use a chatbox in your portal.

ACP=>Modules Tab=>Portal & Widgets=>Portal management=>Choose your portal=>Structure=>Add your chatbox widget and place it at the bottom of your portal=>Save
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Solved Re: How do I add the forum chat box to an HTML Page?

Post by RoNo June 28th 2009, 6:03 am

It can be done with an iframe.

Try this...
Open your forum chatbox page, copy the url, add it to the code below,
Edit: width, height and border color so it fits/blends in with your HTML page.
Code:
<iframe frameborder="0" width="700" height="300" src="http://YOUR FORUM CHATBOX URL" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="chatbox" style="border:#002EFF 1px solid;border-top:0px"></iframe>

And/or you could have a pop-up link for your chatbox.
Allowing members to browse while keeping an eye on the chatbox window.
Example (replace the url's in this code with your forum chatbox address)
Code:
<a onclick="window.open('http://zone2.forumotion.net/chatbox/chatbox.forum', 'popup1', 'width=830,height=300,height=200,left=150,top=250'); return false" href="http://zone2.forumotion.net/chatbox/chatbox.forum" target="popup1"><strong>Popup Chatbox<strong></a>
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: How do I add the forum chat box to an HTML Page?

Post by coolmickey_mv June 28th 2009, 11:20 pm

RoNo wrote:It can be done with an iframe.

Try this...
Open your forum chatbox page, copy the url, add it to the code below,
Edit: width, height and border color so it fits/blends in with your HTML page.
Code:

And/or you could have a pop-up link for your chatbox.
Allowing members to browse while keeping an eye on the chatbox window.
Example (replace the url's in this code with your forum chatbox address)
Code:
[url=http://zone2.forumotion.net/chatbox/chatbox.forum][b]Popup Chatbox[b][/url]



omg thank you so much! Smile[/b][/b]
coolmickey_mv
coolmickey_mv
Forumember

Posts : 88
Reputation : 0
Language : English

Back to top Go down

Solved Re: How do I add the forum chat box to an HTML Page?

Post by MrMario June 29th 2009, 12:26 am

Topic Solved =>Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

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