youtube code
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
-
- BBCoder II
- Posts: 21
- Joined: 05 Mar 2010, 20:15
- Local time: Saturday 20:31
- Last active: -
youtube code
Hi everyone
I have been having problems on my board with posting youtube vids.
I deleted the old code and installed a new one to try and resolve it.
Ooops...all my videos have gone and its all just the embedded codes !!!!
I am using this version 3.0.6
Can someone point me in the right direction for the correct youtube code to use.
Cheers
Vid
I have been having problems on my board with posting youtube vids.
I deleted the old code and installed a new one to try and resolve it.
Ooops...all my videos have gone and its all just the embedded codes !!!!
I am using this version 3.0.6
Can someone point me in the right direction for the correct youtube code to use.
Cheers
Vid
-
- BBCoder III
- Posts: 120
- Joined: 07 Mar 2010, 09:55
- Local time: Saturday 22:31
- Last active: -
Re: youtube code


REMOVED!!!
Contained dangerous code.

Last edited by Stoker on 14 Aug 2010, 11:27, edited 1 time in total.
Reason: REMOVED!!! Contained dangerous code.
Reason: REMOVED!!! Contained dangerous code.
-
- BBCoder II
- Posts: 21
- Joined: 05 Mar 2010, 20:15
- Local time: Saturday 20:31
- Last active: -
-
- BBCoder II
- Posts: 21
- Joined: 05 Mar 2010, 20:15
- Local time: Saturday 20:31
- Last active: -
-
- BBCoder II
- Posts: 21
- Joined: 05 Mar 2010, 20:15
- Local time: Saturday 20:31
- Last active: -
-
- BBCoder II
- Posts: 21
- Joined: 05 Mar 2010, 20:15
- Local time: Saturday 20:31
- Last active: -
Re: youtube code
Thanks oliver !!!!
Now all my vids have dissapered ...(sorry about the double post stoker)
Is a code still available for phpbb 3.0.6
Thanks for any assistance
Now all my vids have dissapered ...(sorry about the double post stoker)
Is a code still available for phpbb 3.0.6
Thanks for any assistance
-
- Site Admin
- Posts: 4,294
- Joined: 12 May 2008, 21:26
- Local time: Saturday 22:31
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
Re: youtube code
Install the Youtube BBCode we have here, its for all phpBB versions.
If the problem persist, go to phpbb.com and download STK, install it and reparse bbcodes.
Thats the way to do it.
If the problem persist, go to phpbb.com and download STK, install it and reparse bbcodes.
Thats the way to do it.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder II
- Posts: 21
- Joined: 05 Mar 2010, 20:15
- Local time: Saturday 20:31
- Last active: -
Re: youtube code
It does not seem to be working & unfortunatly i have no experiance with the STK kit.
I have installed the code like this
BBCODE USAGE - [youTubeBB3]http://www.youtube.com/watch?v={IDENTIFIER}[/youTubeBB3]
HTML REPLACEMENT - <div style="text-align:center;">
<table width="505" height="440" border="0" cellpadding="0" cellspacing="0" style="text-align: center;">
<tr>
<td background="./images/playerbbcodes.png" width="505" height="440"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&r ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&r ... 2=0xd4d4d4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
</tr>
</table>
</div>
HELPLINE - [YouTubeBB3]link to Video[/YouTubeBB3]
SETTINGS - DISPLAY ON POSTING PAGE - YES
Is this all correct
Sorry for the simple questions
Vid
I have installed the code like this
BBCODE USAGE - [youTubeBB3]http://www.youtube.com/watch?v={IDENTIFIER}[/youTubeBB3]
HTML REPLACEMENT - <div style="text-align:center;">
<table width="505" height="440" border="0" cellpadding="0" cellspacing="0" style="text-align: center;">
<tr>
<td background="./images/playerbbcodes.png" width="505" height="440"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&r ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&r ... 2=0xd4d4d4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
</tr>
</table>
</div>
HELPLINE - [YouTubeBB3]link to Video[/YouTubeBB3]
SETTINGS - DISPLAY ON POSTING PAGE - YES
Is this all correct
Sorry for the simple questions
Vid
-
- Site Admin
- Posts: 4,294
- Joined: 12 May 2008, 21:26
- Local time: Saturday 22:31
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
Re: youtube code
Yes, that is fine.
But as I said you need to reparse bbcodes. STK is here: http://www.phpbb.com/support/stk/
Another solution would be to edit all your posts containing the youtube bbcode.
But as I said you need to reparse bbcodes. STK is here: http://www.phpbb.com/support/stk/
Another solution would be to edit all your posts containing the youtube bbcode.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder II
- Posts: 21
- Joined: 05 Mar 2010, 20:15
- Local time: Saturday 20:31
- Last active: -