1 sonuçtan 1 ile 1 arası

Hybrid View

  1. #1
    Teğmen Array
    Üyelik tarihi
    03.09.2008
    Yer
    BoarD City
    Mesajlar
    75
    Tecrübe Puanı
    19

    Standart Smfye Youtube kodu

    sourcedir/Subs.php

    Bul

    Kod:
    array(
    'tag' => 'hr',
    'type' => 'closed',
    'content' => '<hr />',
    'block_level' => true,
    ),


    Önüne EkLe

    Kod:
                array(
                    'tag' => 'youtube',
                    'type' => 'unparsed_commas_content',
                    'test' => '\d+,\d+\]',
                    'content' => '<object type="application/x-shockwave-flash" width="$2" height="$3" data="http://www.youtube.com/v/$1"><param name="movie" value="http://www.youtube.com/v/$1"></param><param name="wmode" value="transparent"></param></object><!-- Credz BleachEatingFreaks.com -->',
                    'validate' => create_function('&$tag, &$data, $disabled', '
                    if (isset($disabled[\'url\']))
                    $tag[\'content\'] = \'$1\';
                    $pattern = \'/http:\/\/.+v=(.+)(&.+)*/i\';
                    if (preg_match($pattern, $data[0], $matches))
                    $data[0] = $matches[1];'),
                    'disabled_content' => '<a href="$1" target="_blank">$1</a>',
                 ),


    themes/default/post.template.php

    BuL

    PHP- Kodu:
    'flash' => array('code' => 'flash''before' => '[flash=200,200]''after' => '[/flash]''description' => $txt[433]), 


    Önüne EkLe

    Kod:
    'youtube' => array('code' => 'youtube', 'before' => '[youtube=425,350]', 'after' => '[/youtube]', 'description' => $txt['youtube']),


    themedir/languages/Modifications.english.php

    Bul

    Kod:
    ?>
    Üstüne Ekle

    Kod:
    $txt['youtube'] = 'YouTube';


 

Benzer Konular

  1. pin kodu bloke cözüm
    By nesta_34 in forum GSM PROGRAMLARI
    Cevaplar: 8
    Son Mesaj: 14.07.2009, 00:35
  2. youtube den üzücü haber
    By by_ex in forum BİLİŞİM HABER DÜNYASI
    Cevaplar: 2
    Son Mesaj: 25.02.2009, 20:29
  3. YouTube filmi AVI MPEG indirmek için - YouTube Downloader 2.3
    By RoHaN in forum GOOGLE - YOUTUBE VİDEOLAR
    Cevaplar: 8
    Son Mesaj: 03.12.2008, 12:07
  4. web siteniz için bazı html kodları
    By TeHLo in forum WEB-DESIGN
    Cevaplar: 10
    Son Mesaj: 15.05.2008, 17:27

Yetkileriniz

  • Konu Acma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •