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.

HTML xat chatbox on top of every page

4 posters

Go down

HTML xat chatbox on top of every page Empty HTML xat chatbox on top of every page

Post by retsrif May 1st 2010, 11:33 am

Is it possible to have an html chatbox on every page? i want it to be right beneath the header just like the homepage message is
avatar
retsrif
Forumember

Male Posts : 64
Reputation : 0
Language : English

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by Kiekeboe May 1st 2010, 11:40 am

Do you want to use a HTML chat, or the default chat of Forumotion?
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by retsrif May 1st 2010, 12:02 pm

HTML its xat
avatar
retsrif
Forumember

Male Posts : 64
Reputation : 0
Language : English

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by Sanket May 1st 2010, 4:07 pm

Since you are using phpbb3 its not possible to put it on every page.
Sanket
Sanket
ForumGuru

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

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by retsrif May 1st 2010, 4:48 pm

ok.. what if i replace phpBB3 with a phpBB2 temporary theme? would that make a difference?
avatar
retsrif
Forumember

Male Posts : 64
Reputation : 0
Language : English

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by Sanket May 1st 2010, 4:51 pm

Yes, that shall work then.
Sanket
Sanket
ForumGuru

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

Back to top Go down

HTML xat chatbox on top of every page Empty ok

Post by retsrif May 2nd 2010, 6:22 pm

um ok how can i actually do that? :p
avatar
retsrif
Forumember

Male Posts : 64
Reputation : 0
Language : English

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by Sanket May 2nd 2010, 7:33 pm

Did you install the phpbb2 forum? Now tell me do you want the forum at the bottom or top of your forum content?
Sanket
Sanket
ForumGuru

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

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by RoNo May 2nd 2010, 10:06 pm

You could use a Xat Chat iframe (and keep phpBB3)
to display the chatbox on every page of the forum.


Example (Add to: Admin Panel/General/Configuration/Site Description)
Code:
<iframe frameborder=0 width=620 height=310 src=http://www.xatech.com/web_gear/chat/chat.swf?id=90879880&gn=Live24HourMusicMwr&xc=8240 scrolling=no></iframe>

HTML xat chatbox on top of every page Break_gray1


Since the music will stop each time you change pages and it will
sign out/sign in as well... you could use a popup Xat Chat link
(place in Homepage Message, Widget or on an Html page)
Code:
<a onclick="window.open('http://www.xatech.com/web_gear/chat/chat.swf?id=90879880&gn=Live24HourMusicMwr&xc=8240','popup1','width=400,height=300,height=200,left=150,top=150,scrollbars=yes'); return false" href="http://crimson-butterfly.forumotion.com/">Popup Xat Chat</a>


Add a button for the popup like this:
HTML xat chatbox on top of every page Popupchat2
Code:
<a onclick="window.open('http://www.xatech.com/web_gear/chat/chat.swf?id=90879880&gn=Live24HourMusicMwr&xc=8240','popup1','width=400,height=300,height=200,left=150,top=150,scrollbars=yes'); return false" href="http://crimson-butterfly.forumotion.com/"><img src="http://i43.tinypic.com/ipy3vb.png" border="0" alt="popup chat" border="0" onmouseover="this.src='http://i43.tinypic.com/ri6tco.png';" onmouseout="this.src='http://i43.tinypic.com/ipy3vb.png';"></a>
(includes mouseover image change for the button)


HTML xat chatbox on top of every page Break_gray1


Interrupted music and repeated sign outs aren't an issue with a popup.
Examples [click]
HTML xat chatbox on top of every page Th_helpxatpop02

HTML xat chatbox on top of every page Th_z2chatpopup3
RoNo
RoNo
Active Poster

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

http://bf2mercenaries.forumotion.com/

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by retsrif May 4th 2010, 3:47 pm

actually i already changed the forums to phpbb2 i kinda like it more.. does this code u gave me work with phbb2?
EDIT: also on phbb2 how can i get something to come at the top of every page?
avatar
retsrif
Forumember

Male Posts : 64
Reputation : 0
Language : English

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by Sanket May 5th 2010, 6:09 am

Allright, i have not yet found the right thing to add it at the top.

But to add it at the bottom, you can modify the templates here.
Add the code to this location.
Display>Templates>General>overall_footer
Code:
<!-- close div id=&quot;page-body&quot; -->
Find this part in the code. After this, add your chatbox code.
Save it & then publish it.
Sanket
Sanket
ForumGuru

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

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by retsrif May 10th 2010, 1:19 pm

do you have one where i can add it to the top of every page? and also is it possible to add it on every page except the portal?
avatar
retsrif
Forumember

Male Posts : 64
Reputation : 0
Language : English

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by Sanket May 10th 2010, 4:43 pm

I don't think i have it.
Sanket
Sanket
ForumGuru

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

Back to top Go down

HTML xat chatbox on top of every page Empty Re: HTML xat chatbox on top of every page

Post by retsrif May 13th 2010, 6:27 pm

ok so let me get this straight: it is possible to put a header or chatbox on top of every page but you don't know the code? does anyone know it?
also, Mr.Mario, is there a way to put the Popup Chat button in the site description?
avatar
retsrif
Forumember

Male Posts : 64
Reputation : 0
Language : English

Back to top Go down

Back to top


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