Gönderen Konu: youtube bbc kodu ekleme  (Okunma sayısı 3990 defa)

danua

  • Yönetici
  • Kıdemli Üye
  • *****
  • İleti: 311
  • Karma 65535
youtube bbc kodu ekleme
« : 18 Mayıs 2016, 21:43:00 »
youtube bbc kodu ekleme

Sources/Subs.php Alttaki kodları bulun

Kod: [Seç]
array(
'tag' => 'html',
'type' => 'unparsed_content',
'content' => '$1',
'block_level' => true,
'disabled_content' => '$1',
),

Hemen altına aşağıdaki kodları ekleyin

Kod: [Seç]
array(
'tag' => 'youtube',
'type' => 'unparsed_content',
'content' => '<iframe src="http://www.youtube.com/embed/$1" height="450" width="750" frameborder="0" allowfullscreen="allowfullscreen"></iframe>',
'block_level' => true,
),

Sources/Subs-Editor.php de alttaki kodları bulun

Kod: [Seç]
array(
'code' => 'flash',
'description' => $editortxt['flash']
),
Altına

Kod: [Seç]
array(
'image' => 'youtube',
'code' => 'youtube',
'before' => '[youtube]',
'after' => '[/youtube]',
'description' => $txt['youtube']
),

themes/default/languages/Post.english.php alttaki kodu bul

Kod: [Seç]
?>
Üstüne alttakini ekle
Kod: [Seç]
$txt['youtube'] = 'youtube';
Ekteki Resimi Temanızın /images/bbc/  klasörüne atın
Linkback: youtube bbc kodu ekleme
𐱅𐰇𐰼𐰚

Sitelerim
:::::::::::::::::::
telkaricim.com

Tags: