phpbb3 help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jackbauer

    #1

    phpbb3 help

    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

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

    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
    g0d!
    Kung Fu Master
    • Oct 2006
    • 13626

    #2
    go back through and verify you have all the code in there corrctly.
    ------------------------------------------------

    |W0rd|SexualTurtletara420ת/ύ: Hey there daddy..

    ------------------------------------------------
    \\\ ///
    ( @ @ )
    .....o00o.(_).o00o.....


    ------------------------------------------

    Comment

    • Jackbauer

      #3
      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/viewt...?f=46&t=579376

      Comment

      • siosios
        g0d!
        Kung Fu Master
        • Oct 2006
        • 13626

        #4
        try posting a vid here and see if you get the same response
        ------------------------------------------------

        |W0rd|SexualTurtletara420ת/ύ: Hey there daddy..

        ------------------------------------------------
        \\\ ///
        ( @ @ )
        .....o00o.(_).o00o.....


        ------------------------------------------

        Comment

        • Jackbauer

          #5
          [youtube]http://www.youtube.com/watch?v=GwaMHJzruDU[/youtube]

          works here i think phpbb3 just dose not like me lol

          Comment

          • Jackbauer

            #6
            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.

            Comment

            • Scribe

              #7
              Heres what I have Jack, it seems to work for me. I don't know if you have this fixed or not.

              Code:
              [youtube]http://{SIMPLETEXT2}.youtube.com/watch?v={SIMPLETEXT}[/youtube]
              Code:
              <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>

              Comment

              Working...