Plugin Directory

Changeset 209641


Ignore:
Timestamp:
02/24/2010 01:44:49 AM (16 years ago)
Author:
sustun
Message:
 
Location:
turkce-konus/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • turkce-konus/trunk/readme.txt

    r207485 r209641  
    14142. Eklentiler sayfasından eklentiyi etkinleştiriniz.
    15153. Görünüm/Bileşenler sayfasından temanıza ekleyip bir tema seçiniz.
    16 *  Dilerseniz Tema ve Yön seçerek eklnetiyi sitenize daha uyumlu hale getirebilirsiniz.
     16*  Dilerseniz Tema ve Yön seçerek eklentiyi sitenize daha uyumlu hale getirebilirsiniz.
    1717
    1818== Changelog ==
    1919
    20 = 2.2 =
    21 * 18.02.2010 - Temalar değişti ve yön seçeneği eklendi.
     20= 2.3 - 24.02.2010 =
     21* Metin gösterim seçeneği eklendi
    2222
    23 = 2.1 =
    24 * 20.01.2010 - Tema desteği eklendi.
     23= 2.2 - 18.02.2010 =
     24* Deniz teması eklendi
     25* Yaprak Teması eklendi
     26* Dikey ve Yatay gösterim seçeneği eklendi
    2527
    26 = 2.0 =
    27 * 19.01.2010 - Bileşen görüntüsü değiştirildi.
     28= 2.1 - 20.01.2010 =
     29* Tema desteği eklendi
     30* Bayrak teması eklendi
     31* Wordpress teması eklendi
    2832
    29 = 1.0 =
    30 * 18.01.2010 - Türkçe Konuş yayınlandı.
     33= 2.0 - 19.01.2010 =
     34* Bileşen görüntüsü değiştirildi
     35
     36= 1.0 - 18.01.2010 =
     37* Türkçe Konuş yayınlandı
  • turkce-konus/trunk/turkce-konus.php

    r207485 r209641  
    44Plugin URI: http://wordpress.org/extend/plugins/turkce-konus
    55Description: Toplumda sıkça kullanılan İngilizce kökenli kelimeler yerine kullanabileceğimiz Türkçe kelimeleri hatırlatır.
    6 Version: 2.2
     6Version: 2.3
    77Author: Süleyman ÜSTÜN
    88Author URI: http://www.suleymanustun.com
     
    2727        ?>
    2828       
     29        <?php }elseif ($theme=='Bayrak'){ ?>
    2930         <?php if($dir=='' OR $dir=='Yatay'):?>
    3031         <div style="height:72px; padding-left:5px; background:url(<?=bloginfo("url");?>/wp-content/plugins/turkce-konus/images/bayrak/hl.gif) no-repeat;">
     
    8990         <?php endif;?>
    9091
     92        <?php }elseif ($theme=='Metin'){ ?>
     93         <?php if($dir=='' OR $dir=='Yatay'):?>
     94         <div style="padding:5px;">
     95          <div style="font: 20px Georgia, Times,Sans-Serif;"><strong>Türkçe Konuş</strong></div>
     96          <div style="font-family:Trebuchet MS; font-size:10pt; font-weight:bold; line-height:20px;">Lütfen <?=$eng;?> yerine <?=$trk;?> kelimesini kullanın.</div>
     97         </div>
     98         <?php elseif($dir=='Dikey'):?>
     99         <div style="padding:5px;">
     100          <div style="padding-top:5px; font: 20px Georgia, Times,Sans-Serif; text-align:center;"><strong>Türkçe<br/>Konuş</strong></div>
     101          <div style="font-family:Trebuchet MS; font-size:10pt; text-align:center; font-weight:bold; line-height:24px;">Lütfen<br/><?=$eng;?><br/>yerine<br/><?=$trk;?><br/>kelimesini<br/>kullanın.</div>
     102         </div>
     103         <?php endif;?>
     104
    91105        <?php
    92106        }
     
    107121        <select id="<?php echo $this->get_field_id('theme'); ?>" name="<?php echo $this->get_field_name('theme'); ?>" class="widefat">
    108122          <option><?php echo $theme; ?></option>
     123          <option>Metin</option>
    109124          <option>Bayrak</option>
    110125          <option>Deniz</option>
Note: See TracChangeset for help on using the changeset viewer.