Webmaster  Forumu  

Geri git   Webmaster Forumu > Web Sistemleri > Forum Sistemleri > SMF / Simple Machines Forum

SMF / Simple Machines Forum SMF versiyonlarını, bileşenleri, modlarını türkçe dil dosyalarını bu bölümde bulabilirsiniz.

Cevapla
 
Seçenekler Stil
Alt 10-16-2011, 01:23 AM   #1
webmasterkurdu.com
Webmaster
 
Üyelik tarihi: Oct 2011
Mesajlar: 6
Tecrübe Puanı: 0
webmasterkurdu.com is on a distinguished road
Standart SMF de İmage Popup (açılır pencerede resim eklemek )

SMF de İmage Popup (açılır pencerede resim eklemek )





Post.template.php de bul

Kod:
        // Print a drop down list for all the colors we allow!
oncesine ekle
Kod:
   // Java script to handle img input boxes ...
    echo '<script language="JavaScript" type="text/javascript">
          // <!' . '--
          function imgINPT()
          {
                  // Enter image .........................................
                  var imgLINK = prompt("Bir resim linki giriniz :","http://");
                  if (imgLINK == null )
                { 
                     //cancel pressed . . .
                  }
                  else if (imgLINK == "" || imgLINK == " ")
                { 
                     //ok pressed but with Notext . . .
                      alert("Bilgi Girilmedi!");
                  }
                  else
                  { 
                       //ok pressed and there is something :)
 
                         //ok pressed but with notext so use URL only!
                        surroundText(\'[img]\'+imgLINK+\'\', \'[/img]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
                      }
 
          }
          // --' . '>
          </script>';
bul
Kod:
        foreach ($context['bbc_tags'][1] as $image => $tag)
        {
            if (isset($tag['before']))
            {
                // Is this tag disabled?
                if (!empty($context['disabled_tags'][$tag['code']]))
                    continue;
sonrasina ekle
Kod:
                                    // img popup
                  if (isset($tag['code']) && $tag['code'] == 'img')
                {
                      echo '<a href="javascript:void(0);" onclick="imgINPT(); return false;"><img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="', $settings['images_url'], '/bbc/', $image, '.gif" align="bottom" width="23" height="22" alt="', $tag['description'], '" title="', $tag['description'], '" border="0" style="background-image: url(', $settings['images_url'], '/bbc/bbc_bg.gif); margin: 1px 2px 1px 1px;" /></a>';
                    continue;
                }
alıntıdır smf.gen.tr
webmasterkurdu.com isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
Cevapla


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı

Hizli Erisim


WEZ Format +3. Şuan Saat: 04:16 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
sikiş | webmaster