YouTube Mod Tr

Açıklama : Örnegin : [url=http://www.youtube.com/watch?v=r74A4MTIVh4]YouTube - Grup Hepsi - Kaç Yıl Geçti Aradan[/media] Şu Şekilde Olan Youtube kodundan Sadece Lazım olan bize r74A4MTIVh4 Şu Koddur.Kodu Yazıp Secili iken youtube butonuna Basınız.

Ayrıca Konuyu Acarken mesaj Yazmanız Lazım yoksa Uyarı Alırsınız..

Mod uyumluluk : Rc2 , Rc3, 1.1 , 1.1.2


aYRICA aşagıdaki resmi images  içerisinde bbc klasörüne atınız






[media]http://www.sizinsiteniz.com/forum/Themes/default/images/bbc/youtube.gif[/media]

şeklinde cikması lazim

Manuel Kurulum :

Subs.php Dosyasında bunu bulun

			array(
				'tag' => 'green',
				'before' => '<span style="color: green;">',
				'after' => '</span>',
			),
Sonrasına sunu ekle&nbsp; :

			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>',
),
Post.template.php sunu bul

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

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

?
Öncesine ekle ::

$txt['youtube'] = 'YouTube';
teşekkürler KRaL