dailymotion bbc koduSources/Subs.php Aşağıdaki kodu bulun
array(
'tag' => 'html',
'type' => 'unparsed_content',
'content' => '$1',
'block_level' => true,
'disabled_content' => '$1',
),Yukarıdaki kodun hemen altına array(
'tag' => 'dailymotion',
'type' => 'unparsed_content',
'content' => '<iframe src="//www.dailymotion.com/embed/video/$1" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>',
'block_level' => true,
),Sources/Subs-Editor.php de alttaki kodları bulun
array(
'code' => 'flash',
'description' => $editortxt['flash']
),Hemen altına aşağıdaki kodları ekleyin array(
'image' => 'dailymotion',
'code' => 'dailymotion',
'before' => '[dailymotion]',
'after' => '[/dailymotion]',
'description' => $txt['dailymotion']
),Themes/default/languages/Post.english.php de alttaki kodları ekleyin
$txt['dailymotion'] = 'dailymotion';Ekteki resimi indirip temanızın /images/bbc/ klasörünün içine atın
Linkback:
dailymotion bbc kodu