Live video modu


Sources/Subs.php

Bunu Bul
Kod: [Seç]
array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),

Altına Bunu Ekle
Kod: [Seç]
array(
'tag' => 'livevideo',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://www.livevideo.com/flvplayer/embed/$1" type="application/x-shockwave-flash" quality="high" WIDTH="445" HEIGHT="369" wmode="transparent"></embed>',
'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
Kod: [Seç]
'flash' => array('code' => 'flash', 'before' => 'http://', 'after' => '', 'description' => $txt[433]),
yukardaki kod yoksa bunu bulun
Kod: [Seç]
'ftp' => array('code' => 'ftp', 'before' => '[ftp]', 'after' => '[/ftp]', 'description' => $txt[434]),
Altına Bunu Ekle
Kod: [Seç]
'livevideo' => array('code' => 'livevideo', 'before' => '[livevideo=445,369]', 'after' => '[/livevideo]', 'description' => livevideo),

hızlı cevap bölümüne eklemek için Themes/TemaKlasörü/Display.template.php

Bunu Bul
Kod: [Seç]
'flash' => array('code' => 'flash', 'before' => 'http://', 'after' => '', 'description' => $txt[433]),
yukardaki kod yoksa bunu bulun
Kod: [Seç]
'ftp' => array('code' => 'ftp', 'before' => '[ftp]', 'after' => '[/ftp]', 'description' => $txt[434]),

Altına Bunu Ekle
Kod: [Seç]
'livevideo' => array('code' => 'livevideo', 'before' => '[livevideo=445,369]', 'after' => '[/livevideo]', 'description' => livevideo),

ve aşağıdaki resmi bbc klasörörüne adını livevideo.gif olarak at
[Linkleri Görebilmek için ÜYE Olmalısınız!Hemen ÜYE OL!]

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 livevideo daki videonun sonundaki [Linkleri Görebilmek için ÜYE Olmalısınız!Hemen ÜYE OL!] sayıyı o taglerin arasına koy bu kadar