• 08-04-2009, 15:54:01
    #1
    Üyeliği durduruldu
    arkadaşlar saydığım 3 eklentiyi manuel olarak sidebar kısmına eklemem lazımda , bunların kodlarını bilen var mı?
  • 08-04-2009, 16:03:16
    #2
    Üyeliği durduruldu
    bilen arkadaşlar acil ihtiyacım var lütfen
  • 08-04-2009, 20:57:24
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Post rating

    <?php if(function_exists(’the_ratings’)) { the_ratings(); } ?>
    Post view

    <?php if (function_exists('get_most_viewed')): ?>
       <ul>
          <?php get_most_viewed(); ?>
       </ul>
    <?php endif; ?>
    Edit: Post rating kodunu sibebar'a koymanın mantığını anlayamadım yalnız

    Sayg.
  • 08-04-2009, 22:55:25
    #4
    Üyeliği durduruldu
    [media]http://img10.imageshack.us/img10/6571/ekranalntsw.jpg[/media]

    böyle bişey yapmaya calısıyorum
  • 09-04-2009, 06:53:59
    #5
    Anladım..
    En çok oylanan yazıları listelemek için
    <?php if (function_exists('get_highest_rated')): ?>
       <ul>
          <?php get_highest_rated(); ?>
       </ul>
    <?php endif; ?>
    En çok indirilenleri listelemek için
    <?php if (function_exists('get_most_downloaded')): ?>
       <?php get_most_downloaded(); ?>
    <?php endif; ?>
    En çok ziyaret edilen yazıları göstermek için
    <?php if (function_exists('get_most_viewed')): ?>
       <ul>
          <?php get_most_viewed(); ?>
       </ul>
    <?php endif; ?>
  • 09-04-2009, 09:15:28
    #6
    Üyeliği durduruldu
    çok teşekkür ettim

    resimdeki şekli table kullanarak yapabilirim herhalde?
  • 11-04-2009, 21:42:13
    #7
    Yaparsın tabii biraz css bilgisiyle. İhtiyacın olan şablon kaba taslak böyle birşey;
    Alıntı
    <html>
    <head>
    <style>
    .footer {
    padding: 0 10px 20px 10px;
    margin: 10px;
    background:#3B3B3B;
    width: 650px;
    height: 300px;
    line-height: 1.6em;
    color: #FFFFFF;
    }
    .alt {
    text-align: center;
    float: left;
    width: 200px;
    margin: 5px 5px 5px 0px;
    }
    </style>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
    <title>Yeni Sayfa 1</title>
    </head>
    <body>
    <div class="footer">
    <div class="alt">
    <h3>En çok oylananlar</h3>
    <?php if (function_exists('get_highest_rated')): ?>
    <ul>
    <?php get_highest_rated(); ?>
    </ul>
    <?php endif; ?>
    </div>
    <div class="alt">
    <h3>En çok indirilenler</h3>
    <?php if (function_exists('get_most_downloaded')): ?>
    <?php get_most_downloaded(); ?>
    <?php endif; ?>
    </div>
    <div class="alt">
    <h3>En çok okunanlar</h3>
    <?php if (function_exists('get_most_viewed')): ?>
    <ul>
    <?php get_most_viewed(); ?>
    </ul>
    <?php endif; ?>
    </div>
    </div>
    </body>
    </html>
  • 11-04-2009, 22:04:34
    #8
    Üyeliği durduruldu
    dostum valla ne kadar tesekkur etsem azdır bana paypal $35 karsılığında sidebar ve navbar tasarlarmısın
  • 04-05-2014, 22:20:25
    #9
    Bencil adlı üyeden alıntı: mesajı görüntüle
    Anladım..
    En çok oylanan yazıları listelemek için
    <?php if (function_exists('get_highest_rated')): ?>
       <ul>
          <?php get_highest_rated(); ?>
       </ul>
    <?php endif; ?>
    En çok indirilenleri listelemek için
    <?php if (function_exists('get_most_downloaded')): ?>
       <?php get_most_downloaded(); ?>
    <?php endif; ?>
    En çok ziyaret edilen yazıları göstermek için
    <?php if (function_exists('get_most_viewed')): ?>
       <ul>
          <?php get_most_viewed(); ?>
       </ul>
    <?php endif; ?>
    hocam bu kodu kategoriye göre nasıl yaparım acaba ? Ana Sayfada listeliyecemde.

    En çok oylanan yazıları listelemek için
    <?php if (function_exists('get_highest_rated')): ?>
       <ul>
          <?php get_highest_rated(); ?>
       </ul>
    <?php endif; ?>