Smf 2.0 Editöre İndir Butonu Ekleme

MéHMéT0101

Öğrenci
Katılım
13 Haziran 2015
Mesajlar
7
Reaksiyon puanı
0
Puanları
1
Yaş
35
Konum
Türkiye
Ekran Görüntüsü:
v5efszn4.png

Sources/Subs-Editor.php
Bul:
Kod:
   array(
    'image' => 'flash',
    'code' => 'flash',
    'before' => '[flash=200,200]',
    'after' => '[/flash]',
    'description' => $txt['flash']
   ),

Üstüne Ekle:

Kod:
   array(
    'image' => 'indir',
    'code' => 'indir',
    'before' => '[URL="http://,<br />'after' =>"][img]downloadresim.urlsi[/img][/URL]',
    'description' => $txt['Download']
   ),
Themes/default/languages/Post.turkish-utf8.php
Bul:
Kod:
$txt['flash'] = 'Flash Ekle';
Üzerine Ekle:
Kod:
$txt['Download'] = 'İndir';

Alttaki Resmi Temanız/images/bbc içine atın..

indir.gif
 
Üst