SMF Foruma iframe butonu ekleme

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı D®agon

  • Ezberletmez Öğretir
  • *******
  • Join Date: Mar 2008
  • Yer: Ankara
  • 11656
  • +524/-0
  • Cinsiyet: Bay
    • Arif Hocam
SMF Foruma iframe butonu ekleme
« : 19 Kasım 2014, 19:07:53 »


Video siteleri VK, mail ru, youtube gibi videolarda kullanabilirsiniz.

... /Sources/Subs.php dosyasını açın

Bul:
Kod: You are not allowed to view links. Register or Login
array(
'tag' => 'nobbc',
'type' => 'unparsed_content',
'content' => '$1',
),

Altına ekle:
Kod: You are not allowed to view links. Register or Login
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:
Kod: You are not allowed to view links. Register or Login
array(
'image' => 'flash',
'code' => 'flash',
'before' => '[flash=200,200]',
'after' => '[/flash]',
'description' => $txt['flash']
),

Altına Ekle:
Kod: You are not allowed to view links. Register or Login
array(
'image' => 'iframe',
'code' => 'u',
'before' => '[iframe]',
'after' => '[/iframe]',
'description' => $txt['iframe']
),


...Themes/default/languages/Post.turkish.php
Dosyasını aç

Bul:
Kod: You are not allowed to view links. Register or Login
$txt['unformat_text'] = 'Formatlamayı Sıfırla';
Altına Ekle:
Kod: You are not allowed to view links. Register or Login
$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

Çevrimdışı speedxp11

  • Forum Sitesi forumforumsarayi.esy.es
  • *
  • Join Date: Oca 2017
  • Yer: istanbul
  • 2
  • +0/-0
  • Cinsiyet: Bay
  • Forum Sitesi forumforumsarayi.esy.es
    • Forum Sitesi
Ynt: SMF Foruma iframe butonu ekleme
« Yanıtla #1 : 25 Ocak 2017, 21:13:20 »
teşekkürler. sağol.