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.

Chatbox

3 posters

Go down

In progress Chatbox

Post by RossB96 August 13th 2011, 4:40 pm

Can i possibly make the chatbox be on every page?
avatar
RossB96
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

In progress Re: Chatbox

Post by Russel August 13th 2011, 4:58 pm

Hello,

I've searched this solved problem and it is the same with your problem. Proceed here => LINK
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

In progress Re: Chatbox

Post by RossB96 August 13th 2011, 7:40 pm

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?
avatar
RossB96
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

In progress Re: Chatbox

Post by Nera. August 13th 2011, 7:45 pm

Hello Ross,

Try adding the iframe from that topic to your AP > General > Annonouncment and mark all pages.
Change the adress in it.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Chatbox

Post by RossB96 August 13th 2011, 7:52 pm

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
avatar
RossB96
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

In progress Re: Chatbox

Post by Nera. August 13th 2011, 7:58 pm

How do you mean Ross?

I'll explain, take this code
Code:

<iframe src="/chatbox/chatbox.forum" width="810px" height="300" scrolling="no" frameborder="0"></iframe>
<br>
Place it in AP > General > Annonouncment and mark all pages.

Before
this in the code /chatbox/chatbox.forum add your adress.

For FM it would be https://help.forumotion.com/chatbox/chatbox.forum
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Chatbox

Post by RossB96 August 16th 2011, 3:59 pm

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.


Last edited by RossB96 on August 16th 2011, 7:00 pm; edited 1 time in total (Reason for editing : wrong word used.)
avatar
RossB96
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

In progress Re: Chatbox

Post by Guest August 16th 2011, 7:08 pm

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>');
});
avatar
Guest
Guest


Back to top Go down

In progress Re: Chatbox

Post by RossB96 August 16th 2011, 11:02 pm

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?
avatar
RossB96
Forumember

Posts : 64
Reputation : 0
Language : English

Back to top Go down

In progress Re: Chatbox

Post by Guest August 17th 2011, 12:16 am

Change the .after( to .before( and the chatbox will be near the top of the page.
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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