PDA

View Full Version : phpbb3 help



Jackbauer
07-06-2008, 08:37 AM
well on my site i have been trying to set up the bb code to enable the youtube player i have gotten all the correct code and it works when you preview the post but once it has been submitted it just shows up

http://www.youtube.com/watch?v=

with the full vid url, had to miss the last bit or it would have put a vid but any ideas were i am going wrong.

siosios
07-06-2008, 09:37 AM
go back through and verify you have all the code in there corrctly.

Jackbauer
07-06-2008, 09:44 AM
I went back through and made sure that i had put all the correct coding in which i have but it only displays the vid on the preview of the post but once you post it wont display it. This is were i got the code form http://www.phpbb.com/community/viewtopic.php?f=46&t=579376

siosios
07-07-2008, 05:31 AM
try posting a vid here and see if you get the same response

Jackbauer
07-07-2008, 05:39 AM
http://www.youtube.com/watch?v=GwaMHJzruDU

works here i think phpbb3 just dose not like me lol

Jackbauer
07-08-2008, 01:39 PM
could it be down to config problems coz i have bbcode enabled so i am a bit stuck coz i dont know why when u preview it you can see it but when u post it, wont show. Its strange.

Scribe
08-03-2008, 10:46 AM
Heres what I have Jack, it seems to work for me. I don't know if you have this fixed or not.


http://{SIMPLETEXT2}.youtube.com/watch?v={SIMPLETEXT}

<object width="425" height="350"><param name="movie" value="http://{SIMPLETEXT2}.youtube.com/v/{SIMPLETEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://{SIMPLETEXT2}.youtube.com/v/{SIMPLETEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>