Genel Paylaşım Forumu     forum  

Go Back   Genel Paylaşım Forumu > >
Kayıt ol Yardım Topluluk Takvim Bugünki Mesajlar Arama

Cevapla
 
Seçenekler Stil
  #1  
Alt 25 November 2008, 10:51
ceyLin
Guest
 
Mesajlar: n/a
Post YouTube Modu

Subs.php Dosyasında bunu bulun

Kod:
array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),

Sonrasına sunu ekle :

Kod:
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\';
$pattern = \'/http:\/\/.+v=(.+)(&.+)*/i\';
if (preg_match($pattern, $data[0], $matches))
$data[0] = $matches[1];'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
Post.template.php sunu bul

Kod:
 'flash' => array('code' => 'flash', 'before' => '[flash=200,200]', 'after' => '[/flash]', 'description' => $txt[433]),
Öncesine sunu ekle :

Kod:
'youtube' => array('code' => 'youtube', 'before' => '[YOUTUBE=425,350]', 'after' => '[/YOUTUBE]', 'description' => $txt['youtube']),
Modifications.turkish.php Bunu bul :

Kod:
?>
Öncesine ekle :

Kod:
$txt['youtube'] = 'YouTube';
Son oLarak youtube logosu bulun ve onu temanız=> images=>bbc klasörüne Atın..
Alıntı ile Cevapla
Cevapla


Yetkileriniz
Konu Açma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı

Forum Seç


Saat: 23:44


Telif Hakları vBulletin® v3.8.4 Copyright ©2000 - 2025, ve
Jelsoft Enterprises Ltd.'e Aittir.