Video siteleri VK, mail ru, youtube gibi videolarda kullanabilirsiniz.
... /Sources/Subs.php dosyasını açın
Bul:
array(
'tag' => 'nobbc',
'type' => 'unparsed_content',
'content' => '$1',
),
Altına ekle:
array(
'tag' => 'iframe',
'type' => 'unparsed_content',
'content' => '<iframe src="$1" width="420" height="315" frameborder="0"></iframe>',
'block_level' => true,
),
.../Sources/Subs-Editor.php dosyasını aç
Bul:
array(
'image' => 'flash',
'code' => 'flash',
'before' => '[flash=200,200]',
'after' => '[/flash]',
'description' => $txt['flash']
),
Altına Ekle:
array(
'image' => 'iframe',
'code' => 'u',
'before' => '[iframe]',
'after' => '[/iframe]',
'description' => $txt['iframe']
),
...Themes/default/languages/Post.turkish.php Dosyasını aç
Bul:
$txt['unformat_text'] = 'Formatlamayı Sıfırla';
Altına Ekle:
$txt['iframe']= 'iframe ekle';
Son olarak
.../Themes/default/images/bbc/iframe.gif
ekteki resmi yukarıdaki şekilde ekleyin....
Kaynak: You are not allowed to view links.
Register or
Login