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.

script for chat

3 posters

Go down

In progress script for chat

Post by mist3r0us_b0y Sun 27 Dec 2015 - 19:19

hi all

Advance Happy New Year

am looking for a code where i can install in html page

code for ( video + chat ) Left side video right side chat

waiting for response

thanks
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Sun 27 Dec 2015 - 19:31

Hello,

What kind of 'video' and 'chat' are you talking about? Live streaming, Youtube, what? Is this the url to your forum: http://onlinezone.darkbb.com/forum ?

Information and specific details are crucial to us being able to help you quickly and effectivelly solve your problem.

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Sun 27 Dec 2015 - 19:34

yeah streaming video one side and next to it a chat

thanks ( here my test forum ) http://mytest.4umer.com/
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Sun 27 Dec 2015 - 19:56

Which streaming platform/website are you using? If the site allows and provides embed codes for their streams and chats, then it should be very easy to add to an html page. Just simply copy the embed code and paste in your html page in between the tags
Code:
<embed>  </embed>
.

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Sun 27 Dec 2015 - 19:58

i got the codes but

what i want is ( i want both side by side )

not as up and down i mean vertical
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Sun 27 Dec 2015 - 20:04

Hmmm... Have you tried putting the chat and video codes inside
Code:
[center][/center]
tags? Accomplishing that is going to be a matter of experimentation. If it could help you any, I could provide a refrence sheet of html tags that I use and find helpful?

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Sun 27 Dec 2015 - 20:11

yes please
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Sun 27 Dec 2015 - 20:21

I did one better, I messaged a friend of mine who is a proffessional coder and actually has a streaming site that he owns and runs. He gave me this code that should do the trick. In this code, replace 'VIDEOCODEHERE' with the video embed code and 'CHATCODEHERE' with your chat embed code. This (my friend says) should give you this result.
Code:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px"> <tbody> <tr> <td> VIDEOCODEHERE</td> <td> CHATCODEHERE</td> </tr> </tbody> </table>

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Sun 27 Dec 2015 - 21:21

this helped me so much ..... but i have a problem it moving close down to footer

i need a gap

mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Mon 28 Dec 2015 - 1:28

Try adding
Code:
</ br>
before the code, try adding it several times until it is positioned as far down as you want. Smile

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by SLGray Mon 28 Dec 2015 - 1:37

I believe you need to add it after the code to add a space between the code and the footer.


script for chat Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: script for chat

Post by brandon_g Mon 28 Dec 2015 - 6:19

SLGray wrote:I believe you need to add it after the code to add a space between the code and the footer.


If your add another video and chat yes, if you just want to move the current one down, its before.

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by SLGray Mon 28 Dec 2015 - 7:10

brandon_g wrote:
SLGray wrote:I believe you need to add it after the code to add a space between the code and the footer.


If your add another video and chat yes, if you just want to move the current one down, its before.

-Brandon
The way I read it, it is already close to the footer.  The topic starter wants a gap between the footer and the code.


script for chat Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Mon 28 Dec 2015 - 7:41

i tried adding both as what said by @brandon_g wrote:
@SLGray wrote:

but nothing changed

any help thanks
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Mon 28 Dec 2015 - 17:04

Hmmm..

That's wierd, that should have moved it! May you copy and paste the code here for us please?

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Mon 28 Dec 2015 - 17:20

Code:
</ br>
</ br>
</ br>
</ br><table border="1" cellpadding="1" cellspacing="1" style="width: 500px"> <tbody> <tr> <td> <script type='text/javascript'>ch='Star_Sports1'; ch_width=600; ch_height=420;</script><script type='text/javascript' src='link url'></script>
</td> <td> <script id="id" data-cfasync="false" async src="//st.chatango.com/js/gz/emb.js" style="width: 320px;height: 501px;">{"handle":"yaan","arch":"js","styles":{"a":"339999","b":100,"c":"FFFFFF","d":"FFFFFF","k":"339999","l":"339999","m":"339999","n":"FFFFFF","p":"10","q":"339999","r":100,"cnrs":"0.35"}}</script></td> </tr> </tbody> </table>
</ br>
</ br>
</ br>
</ br>
</ br>
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Mon 28 Dec 2015 - 19:54

Try taking the ones on the bottom off and see if it has any effect. I think by there being ones on the top AND bottom, the break line codes are counteracting each other and as a result, keeping everything in place. You should only have them either on top OR the bottom, but not BOTH.

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Mon 28 Dec 2015 - 20:00

yeah i tried with removing top ( 1st time ) second time i removed bottom

but same result

or something can we edit in footer side or css ?

thanks
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Mon 28 Dec 2015 - 20:10

No, it would have to be done somehow in the html coding since it is an html page. The css in the admin panel would affect the whole site, not just that 1 page.

It is really wierd that the break code isn't bringing it down any, I have a similar html page on my site (except it is going up and down, not side to side) and the break code does the trick just fine. Maybe it is something within my friend's fancy code that makes the break code in effective? Maybe I will just give you that refrence sheet and I was telling you about and you can play around with. If nothing from there works, we may have to wait for @Ange Tuteur to reply, because then it may be above my current skill level and above what I can help you with.


Do you have anything above it, or plan to? Like text or something I mean?

The link to the refrence sheet is: http://www.w3schools.com/tags/

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Mon 28 Dec 2015 - 20:25

ohoooo i got it .... thanks for helping me at last worked out ...
and what about if i want to move this in center or move left or right ?


thanks
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Mon 28 Dec 2015 - 20:56

Did it work finally? If you wanted to do that, it would be a bit trickier. All I can suggest trying
Code:
<center> </center>
,
Code:
<left> </left>
and
Code:
</right>
. If those don't work, you may just have to play around with it and try different things and hope you achieve the result you want. Smile

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: script for chat

Post by mist3r0us_b0y Mon 28 Dec 2015 - 21:21

ok thanks alot

how about to add a countdown timer under to it ? any code please

blackeye
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: script for chat

Post by brandon_g Tue 29 Dec 2015 - 1:19

A countdown timer? What kind? You may have to find one online somewhere and add the code to the html page.

-Brandon


script for chat Brando10
Remember to mark your topic script for chat Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

script for chat Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Back to top


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