• 24-12-2006, 20:49:05
    #1
    Üyeliği durduruldu
    Simple Machines - YouTube BBC Tag

    1.0.7, 1.1 RC2 var 1.1RC3 versiyonu yok bende çalışmıyor o yüzden RC3 versiyonunu bulabilen varsa banada yazsın bi zahmet

    you tube mesajları için msj bölümüne

    [youtube=en,boy]videoID[/youtube] ekleyin
  • 18-02-2007, 06:29:50
    #2
    Eğer bu Konu Üzerinde Bilgisi Olan Varsa Açabilirmi?
  • 18-02-2007, 16:06:43
    #3
    Youtube Modu
    Sources/Subs.php
    Bunu Bul
    array(
    'tag' => 'green',
    'before' => '<span style="color: green;">',
    'after' => '</span>',
    ),
    Altına Bunu Ekle
    array(
    'tag' => 'youtube',
    'type' => 'unparsed_commas_content',
    'test' => '\d+,\d+\]',
    'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.youtube.com/v/$1" ></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
    'validate' => create_function('&$tag, &$data, $disabled', '
    if (isset($disabled[\'url\']))
    $tag[\'content\'] = \'$1\';'),
    'disabled_content' => '<a href="$1" target="_blank">$1</a>',
    ),
    Sonra Themes/TemaKlasörü/Post.template.php
    Bunu Bul
    flash' => array('code' => 'flash', 'before' => 'http://', 'after' => '', 'description' => $txt[433]),
    yukardaki kod yoksa bunu bulun
    'ftp' => array('code' => 'ftp', 'before' => '[ftp]', 'after' => '[/ftp]', 'description' => $txt[434]),
    Altına Bunu Ekle
    'youtube' => array('code' => 'youtube', 'before' => '[youtube=425,350]', 'after' => '[/youtube]', 'description' => Youtube),
    hızlı cevap bölümüne eklemek için Themes/TemaKlasörü/Display.template.php
    Bunu Bul
    'flash' => array('code' => 'flash', 'before' => 'http://', 'after' => '', 'description' => $txt[433]),
    yukardaki kod yoksa bunu bulun
    'ftp' => array('code' => 'ftp', 'before' => '[ftp]', 'after' => '[/ftp]', 'description' => $txt[434]),
    Altına Bunu Ekle
    'youtube' => array('code' => 'youtube', 'before' => '[youtube=425,350]', 'after' => '[/youtube]', 'description' => Youtube),
    ve aşağıdaki resmi bbc klasörörüne adını youtube.gif olarak at
    bunu hızlı cevaba eklemek için display.template.php dosyasını aç ve post.template.php dosyasına yaptıklarını yap daha sonra youtubeki videonun sonundaki "watch?v=" bundan sonraki rakam ve harfleri o taglerin arasına koy bu kadar..
    alıntı.. | Turk Smf.CoM |
  • 18-02-2007, 21:16:35
    #4
    Tşkler Sağolun
  • 16-10-2007, 12:15:00
    #5
    Üyeliği durduruldu
    tosih teşekkürler

    smf 1.1.3 de sorunsuz calısıyor.
  • 20-10-2007, 11:44:41
    #6
    R10 'un üstüne yok
    2 gündür bununla uğraşıyorum.
    Bakmadığım yer kalmadı.

    Sonunda oldu. Çok teşekkür ederim...
  • 20-10-2007, 11:45:40
    #7
    Üyeliği durduruldu
    1.1.4 de denemiştim çalışmıyo sanırım
  • 20-10-2007, 17:11:14
    #8
    Benim versiyon 1.4 çalışıyor sorun yok genelde bu gibi hacklerde bu sorunlar (versiyon seçme) pek olmaz
  • 20-10-2007, 20:42:32
    #9
    arkadaşlar bende mkportal-smf 1.1.4 kurdum fakat youtube videoları ikisindede gözükmüyor sadece kodlar gözüküyor sebebi ne olaki?