Chatbox
3 posters
Page 1 of 1
Chatbox
Can i possibly make the chatbox be on every page?
RossB96- Forumember
- Posts : 64
Reputation : 0
Language : English
Russel- Active Poster
-
Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines
Re: Chatbox
Russel wrote:Hello,
I've searched this solved problem and it is the same with your problem. Proceed here => LINK
But when i click on 'general' it says its only avalible for PHPBB 2 or PunBB versions. Mine is PHPBB 3
Any other solution?
RossB96- Forumember
- Posts : 64
Reputation : 0
Language : English
Re: Chatbox
Hello Ross,
Try adding the iframe from that topic to your AP > General > Annonouncment and mark all pages.
Change the adress in it.
Try adding the iframe from that topic to your AP > General > Annonouncment and mark all pages.
Change the adress in it.
Nera.- Energetic
-
Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Chatbox
Nera. wrote:Hello Ross,
Try adding the iframe from that topic to your AP > General > Annonouncment and mark all pages.
Change the adress in it.
Sorry, not to sure what you mean? :S
RossB96- Forumember
- Posts : 64
Reputation : 0
Language : English
Re: Chatbox
How do you mean Ross?
I'll explain, take this code
Before this in the code /chatbox/chatbox.forum add your adress.
For FM it would be https://help.forumotion.com/chatbox/chatbox.forum
I'll explain, take this code
- Code:
<iframe src="/chatbox/chatbox.forum" width="810px" height="300" scrolling="no" frameborder="0"></iframe>
<br>
Before this in the code /chatbox/chatbox.forum add your adress.
For FM it would be https://help.forumotion.com/chatbox/chatbox.forum
Nera.- Energetic
-
Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Chatbox
I see what you mean, it works, but then i wouldnt be able to use announcments - which i was going to use.
Is there any other way?
P.S. - If i have to use it that way, you CAN'T click the buttons on the top row.
Is there any other way?
P.S. - If i have to use it that way, you CAN'T click the buttons on the top row.
Last edited by RossB96 on August 16th 2011, 7:00 pm; edited 1 time in total (Reason for editing : wrong word used.)
RossB96- Forumember
- Posts : 64
Reputation : 0
Language : English
Re: Chatbox
You can create a Javascript file to do this. Make sure to select the "In all the pages" option, and use this as your content:
- Code:
$(function() {
$('#main-content').after('<div style="width:800px;margin:1em auto;border:1px solid black"><iframe src="/chatbox/chatbox.forum" style="width:100%;height:300px;border:none" scrolling="no"></iframe></div>');
});
Guest- Guest
Re: Chatbox
dion wrote:You can create a Javascript file to do this. Make sure to select the "In all the pages" option, and use this as your content:
- Code:
$(function() {
$('#main-content').after('<div style="width:800px;margin:1em auto;border:1px solid black"><iframe src="/chatbox/chatbox.forum" style="width:100%;height:300px;border:none" scrolling="no"></iframe></div>');
});
Thanks!, This has worked, just one more problem though. Is there anyways to manage to get it at the top of every page instead of the bottom?
RossB96- Forumember
- Posts : 64
Reputation : 0
Language : English
Re: Chatbox
Change the .after( to .before( and the chatbox will be near the top of the page.
Guest- Guest

» PunBB Chatbox popup message when a member logs into the chatbox?
» Chatbox Anti-Spam and Chatbox Private Messages
» Chatbox opens on site links inside the chatbox itself
» Chatbox Help: how to automtically delete posts in the chatbox
» Chatbox Body overlapping Chatbox Title?
» Chatbox Anti-Spam and Chatbox Private Messages
» Chatbox opens on site links inside the chatbox itself
» Chatbox Help: how to automtically delete posts in the chatbox
» Chatbox Body overlapping Chatbox Title?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum