[PHP] [Vbulletin] Video Anzeige in Beiträgen

Dieses Thema im Forum "Webentwicklung" wurde erstellt von grimes, 19. Juni 2007 .

  1. 19. Juni 2007
    [Vbulletin] Video Anzeige in Beiträgen

    hey folks. hat jemand einen code für mich, wo ich youtube vidoes in beiträgen anzeigen lassen kann? nutze das vbulletin 3.6.5. weiss, dass es sowas für phpbb gibt, aber das funktioniert nicht mit vb.

    danke

    ps: mit anleitung wär gut
     
  2. 23. Juni 2007
    AW: [Vbulletin] Video Anzeige in Beiträgen

    kann mir wenigsten einer eine seite geben, wo es reichlich scripte gibt?
     
  3. 23. Juni 2007
    AW: [Vbulletin] Video Anzeige in Beiträgen

    Neben jedem Youtube-Video steht der Link zum Einfügen.

    z.B.
    PHP:
    < object width = "425"  height = "350" >< param name = "movie"  value = "http://www.youtube.com/v/bmuxljOvBdU" ></ param >< param name = "wmode"  value = "transparent" ></ param >< embed src = "http://www.youtube.com/v/bmuxljOvBdU"  type = "application/x-shockwave-flash"  wmode = "transparent"  width = "425"  height = "350" ></ embed ></ object >
    Oder du baust ein Extrafeld für die Youtube-ID ein (url) und baust dann folgenden Code ein
    PHP:
    <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/<?php  echo  $url ?>"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<?php  echo  $url ?>" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
     
  4. 23. Juni 2007
    AW: [Vbulletin] Video Anzeige in Beiträgen

    besorg dir nen Hack, zB AnyMedia

    viele Hacks findeste hier http://www.vbteam.info/
     
  5. 23. Juni 2007
    AW: [Vbulletin] Video Anzeige in Beiträgen

    @bleistift

    die befehle kenn ich ja für html. ich suche aber was für foren.

    also wo man einfach nur den link einsetzt und das forums script den link so umwandelt, dass das video direkt angezeigt wird, wie ebend bei dem code von dir.

    @pretendor

    mhm, muss ich mich da anmelden??? kommt nur ein login fenster. und wenn ich mich registrieren will, zeigt er das sicherheitszahlen bild nicht an
     
  6. 23. Juni 2007
    AW: [Vbulletin] Video Anzeige in Beiträgen

    joa da musste dich erst anmelden bevor de das forum sehen kannst
     
  7. 23. Juni 2007
    AW: [Vbulletin] Video Anzeige in Beiträgen

    BBCODE HACK FÜR YOUTUBE

    Easiest to implement on your forum. No aditional files needed, no template edits needed, no file edits needed, as simple as adding a BBCODE ;]

    Installation:

    Content has now been unhidden.Step1:
    Goto AdminCP => BBCODE Manager => Manage BBCodes => Add new BBCODE

    Step 2:

    Title:
    YouTube BB Code

    tag:
    yt

    replacement:

    HTML:
    <!-- ■■■■■■■■.info youtube -->
    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="400" style="margin:10px 0">
    <thead>
     <tr>
     <td class="tcat" colspan="2" style="text-align:center">
     <a href="http://www.youtube.com/watch?v={param}" title="Click to view this video on youtube" target="_blank">{option}</a>
     </td>
     </tr>
    </thead>
    <tr>
    <td>
    <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{param}"></param><embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
    </td>
    </tr>
    </table>
    <!-- /■■■■■■■■.info youtube -->
    Example:
    [yt=video name]ejOJkcs-a7s[/yt]

    Discription:
    YouTube embeded videos

    Use {option}
    yes

    Button Immage:


    CODES INFO!
    When a user clicks on the hyperlinked name, they will be taken to the page on youtube this was posted on and not a huge enlarged version of the video like the other youtube hacks/mods do



    ANYMEDIA FÜR VB.3.6.x

    Code:
    vBulletin Media Player for vBulletin 3.6.x
    
    This mod is in Beta stage
    
    Instalation instructions:
    Upload all files from the /upload/ directory to the root of your forum, e.g. /forum/
    Import the plugin from /import/
    Upgrade instructions:
    Upgrading from 1.0/1.1 to 1.2+
    Uninstall the existing product
    Import the new product from /import/
    Upload all files within /upload/ to your forum root
    I will complete this mod with all your wishes when they serve a big audience. Prefereably 100.000+ users.
    
    Please let me know of features you want, video hosts wich should be supported and bugs you find!
    
    Suggestions so far:
    Support for adult video hosts like :love:tube.com and several others
    Not yet implemented, being worked on.
    Forum based media posting permissions suggested by
    Added in version 1.1.
    Have Fun!
    Jan Jaap
    Code:
    http://www.speedsafe.in/rc-f368b8f75f4e26a5/vbMedia_Player_v1.2.zip
     
  8. 24. Juni 2007
    AW: [Vbulletin] Video Anzeige in Beiträgen

    boah vielen vielen dank cosmix. bw hast du natürlich.
     
  9. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.