Video...phpbb 3 help...

Status
Not open for further replies.

John Klyne

Community Advocate
Community Support
Messages
964
Reaction score
7
Points
18
I was wondering if there was a way, for users to post a video in their post, in a phpbb 3.0.2 forum?

If there is, can any elaborate on telling me how to do it, or enable it.

It is crucial that this works for my site, as it will be used to prove something that just needs proof ...(it's in my site, feel free to visit the forum NOTE: everything else nearly not done yet).

If you help thank you.

Did I mention I am willing on giving up 100 credits to the one who helps the post for this answer assuming it will help? :biggrin:

Post an example on this if you want please, making the subject to be test.

Thank you,
From John Klyne,
DoIt.ElementFX.Com Administrator
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
BBCode usage:
Code:
[yt]{TEXT}[/yt]
HTML Replacement:
Code:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{TEXT}&fmt=18"></param><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/{TEXT}&fmt=18" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="425" height="344"></embed></object>
Help line:
Code:
Remove the beginning *http://youtube.com/watch?v=*, leaving just the ID code.

Put that under BBCode in ACP
 

John Klyne

Community Advocate
Community Support
Messages
964
Reaction score
7
Points
18
Thankyou for your help.

I sent over the credits about 10 seconds I posted this. : )
 
Status
Not open for further replies.
Top