SMF Youtube modu
Youtube Modu
Sources/Subs.php
Bunu Bul
Altına Bunu Ekle
Sonra Themes/TemaKlasörü/Post.template.php
Bunu Bul
yukardaki kod yoksa bunu bulun
Altına Bunu Ekle
ve bir youtube ve ya video logosu bulun sonra onu bbc klasörüne at
Youtube Modu
Sources/Subs.php
Bunu Bul
PHP:
array(
PHP:
[b]'tag' => 'green',[/b]
[b]'before' => '<span style="color: green;">',[/b]
[b]'after' => '</span>',[/b]
[b]),[/b]
Altına Bunu Ekle
PHP:
array(
PHP:
[b]'tag' => 'youtube',[/b]
[b]'type' => 'unparsed_commas_content',[/b]
[b]'test' => '\d+,\d+\]',[/b]
[b]'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>',[/b]
[b]'validate' => create_function('&$tag, &$data, $disabled', '[/b]
[b]if (isset($disabled[\'url\']))[/b]
[b]$tag[\'content\'] = \'$1\';'),[/b]
[b]'disabled_content' => '<a href="$1" target="_blank">$1</a>',[/b]
[b]),[/b]
Sonra Themes/TemaKlasörü/Post.template.php
Bunu Bul
PHP:
flash' => array('code' => 'flash', 'before' => 'http://', 'after' => '', 'description' => $txt[433]),
yukardaki kod yoksa bunu bulun
PHP:
'ftp' => array('code' => 'ftp', 'before' => '[ftp]', 'after' => '[/ftp]', 'description' => $txt[434]),
Altına Bunu Ekle
PHP:
'youtube' => array('code' => 'youtube', 'before' => '[INVALIDYOUTUBE=425,350]', 'after' => '[/INVALIDYOUTUBE]', 'description' => Youtube),
ve bir youtube ve ya video logosu bulun sonra onu bbc klasörüne at