• 11-06-2009, 23:26:10
    #19
    Üyeliği durduruldu
    eline sağlık güzel tema
  • 11-06-2009, 23:27:09
    #20
    bir şey sorabilir miyim bu temanın anasayfasında çıkan en son yazılan anasayfada kocaman çıkan videonun olmamasını istiyorum nasıl yapabilirim..
  • 11-06-2009, 23:27:10
    #21
    Üyeliği durduruldu
    palgoro adlı üyeden alıntı: mesajı görüntüle
    eline sağlık güzel tema
    kullan dedim sana
  • 11-06-2009, 23:35:30
    #22
    Üyeliği durduruldu
    spider58 adlı üyeden alıntı: mesajı görüntüle
    kullan dedim sana
    olmaz özel tema lazım bana ^^
  • 17-06-2009, 15:26:55
    #23
    Üyeliği durduruldu
    Alternatif download linki eklenmiştir
  • 24-06-2009, 01:18:12
    #24
    Bu güzel temayı bizlerle paylaştığın için teşekkür ederim. Eline sağlık.

    Çok güzel oyun sitesi de olur bu temadan.
  • 24-06-2009, 12:39:26
    #25
    Merhaba bir hata buldum galiba :S
    Şarkı Dinle | Dinle,Video Klip izle,Müzik Dinle,Şarkı Dinle ->Bu sayfada sayfalama linkleri çıkmıyor.Ben temayı kendime göre düzenlemiştim biraz ama kaç kez denememe rağmen sorunu çözemedim.Kodlar aşağıda yanlış bir yermi var acaba ?
    Archive.php
    <?php get_header(); ?>
    <div class="contentLayout">
    <div class="content">
    
    
    <?php is_tag(); ?>
    <?php if (have_posts()) : ?>
    
    <div class="Post">
        <div class="Post-tl"></div>
        <div class="Post-tr"><div></div></div>
        <div class="Post-bl"><div></div></div>
        <div class="Post-br"><div></div></div>
        <div class="Post-tc"><div></div></div>
        <div class="Post-bc"><div></div></div>
        <div class="Post-cl"><div></div></div>
        <div class="Post-cr"><div></div></div>
        <div class="Post-cc"></div>
        <div class="Post-body">
    <div class="Post-inner article">
    
    <div class="PostContent">
    
    
    <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
    <?php /* If this is a category archive */ if (is_category()) { ?>
    <h2 class="pagetitle"><?php printf(__('‘%s’ Kategorisi', 'kubrick'), single_cat_title('', false)); ?></h2>
    <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
    <h2 class="pagetitle"><?php printf(__('Etiketler: ‘%s’', 'kubrick'), single_tag_title('', false) ); ?></h2>
    <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
    <h2 class="pagetitle"><?php printf(_c('Arşiv %s|Günlük arşiv sayfası', 'kubrick'), get_the_time(__('F jS, Y', 'kubrick'))); ?></h2>
    <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
    <h2 class="pagetitle"><?php printf(_c('Arşiv %s|Aylık arşiv sayfası', 'kubrick'), get_the_time(__('F, Y', 'kubrick'))); ?></h2>
    <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    <h2 class="pagetitle"><?php printf(_c('Arşiv %s|Yıllık arşiv', 'kubrick'), get_the_time(__('Y', 'kubrick'))); ?></h2>
    <?php /* If this is an author archive */ } elseif (is_author()) { ?>
    <h2 class="pagetitle"><?php _e('Yazar arşivi', 'kubrick'); ?></h2>
    <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
    <h2 class="pagetitle"><?php _e('Blog arşivi', 'kubrick'); ?></h2>
    <?php } ?>
    
    
    
    <?php if ($prev_link || $next_link): ?>
    <div class="navigation">
                            
    </div>
    <?php endif; ?>
    
    
    </div>
    <div class="cleared"></div>
    
    
    </div>
    
        </div>
    </div>
    
    
    
    <?php while (have_posts()) : the_post(); ?>
    <div class="item">
    
    <div class="Post">
        <div class="Post-tl"></div>
        <div class="Post-tr"><div></div></div>
        <div class="Post-bl"><div></div></div>
        <div class="Post-br"><div></div></div>
        <div class="Post-tc"><div></div></div>
        <div class="Post-bc"><div></div></div>
        <div class="Post-cl"><div></div></div>
        <div class="Post-cr"><div></div></div>
        <div class="Post-cc"></div>
        <div class="Post-body">
    <div class="Post-inner article">
    <div id="kucukresim">
    <div class="baslik"><?php trim_title(); ?></div>
    <a href="<?php the_permalink(); ?>" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>"><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" width="180" height="120"></a>
    
    </div>
    <div class="cleared"></div>
    <?php ob_start(); ?>
    <?php $icons = array(); ?>
    <?php if (!is_page() && !is_single()) : ?><?php ob_start(); ?>
    <?php comments_popup_link(__('Yorum yok »', 'kubrick'), __('1 yorum »', 'kubrick'), __('% yorum »', 'kubrick'), '', __('Yoruma kapalı', 'kubrick') ); ?>
    <?php $icons[] = ob_get_clean(); ?><?php endif; ?>
    <?php if (0 != count($icons)): ?>
    <div class="PostFooterIcons metadata-icons">
    <?php echo implode(' | ', $icons); ?>
    
    </div>
    <?php endif; ?>
    <?php $metadataContent = ob_get_clean(); ?>
    <?php if (trim($metadataContent) != ''): ?>
    <div class="PostMetadataFooter">
    <?php echo $metadataContent; ?>
    <div style="float:right">
         <?php if(function_exists('the_views')) { the_views(); } ?>  
    
    </div>
    </div>
    <?php endif; ?>
    
    </div>
    
        </div>
    </div>
    </div>
    
    <?php endwhile; ?>
    
    <?php if ($prev_link || $next_link): ?>
    <div class="Post">
        <div class="Post-tl"></div>
        <div class="Post-tr"><div></div></div>
        <div class="Post-bl"><div></div></div>
        <div class="Post-br"><div></div></div>
        <div class="Post-tc"><div></div></div>
        <div class="Post-bc"><div></div></div>
        <div class="Post-cl"><div></div></div>
        <div class="Post-cr"><div></div></div>
        <div class="Post-cc"></div>
        <div class="Post-body">
    <div class="Post-inner article">
    
    <div class="PostContent">
    
    <div class="navigation">
                                                    <?php if(function_exists('wp_page_numbers')) : ?>
                                    <div class="pagenav-alt">
                                 <?php { wp_page_numbers(); } ?>
    
                                    </div>
    </div>
     <?php endif; ?><div class="cleared"></div>
    
    
    </div>
    
        </div>
    </div>
    
    <?php endif; ?>
    
    <?php else : ?>
    <div class="Post">
        <div class="Post-tl"></div>
        <div class="Post-tr"><div></div></div>
        <div class="Post-bl"><div></div></div>
        <div class="Post-br"><div></div></div>
        <div class="Post-tc"><div></div></div>
        <div class="Post-bc"><div></div></div>
        <div class="Post-cl"><div></div></div>
        <div class="Post-cr"><div></div></div>
        <div class="Post-cc"></div>
        <div class="Post-body">
    <div class="Post-inner article">
    
    <div class="PostContent">
    
    <?php
            if ( is_category() ) { // If this is a category archive
                    printf("<h2 class='center'>".__("Henüz %s kategorisine video eklenmemiş.", "kubrick").'</h2>', single_cat_title('',false));
            } else if ( is_date() ) { // If this is a date archive
                    echo('<h2>'.__("Bu tarihte video eklenmemiş.", "kubrick").'</h2>');
            } else if ( is_author() ) { // If this is a category archive
                    $userdata = get_userdatabylogin(get_query_var('author_name'));
                    printf("<h2 class='center'>".__("%s henüz video eklememiş", "kubrick")."</h2>", $userdata->display_name);
            } else {
                    echo("<h2 class='center'>".__('Video bulunamadı.', 'kubrick').'</h2>');
            }
            if(function_exists('get_search_form')) get_search_form();
    ?>
    
    </div>
    <div class="cleared"></div>
    
    
    </div>
    
        </div>
    </div>
    
    <?php endif; ?>
    
    
    </div>
    <div class="sidebar1">
    <?php include(TEMPLATEPATH . '/searchform.php');?> 
    <?php include(TEMPLATEPATH . '/rastgele.php');?> 
    <?php include (TEMPLATEPATH . '/sidebar1.php'); ?>
    </div>
    
    </div>
    <div class="cleared"></div>
    
    <?php include (TEMPLATEPATH . '/enalt.php'); ?>
    
    
    <?php get_footer(); ?>
  • 24-06-2009, 14:06:29
    #26
    Üyeliği durduruldu
    Unutkanlık Sorgunun birisini kaldırmamışım. Kodları Aşağıdakiler ile değiştirin.

    Alıntı
    <?php get_header(); ?>
    <div class="contentLayout">
    <div class="content">


    <?php is_tag(); ?>
    <?php if (have_posts()) : ?>

    <div class="Post">
    <div class="Post-tl"></div>
    <div class="Post-tr"><div></div></div>
    <div class="Post-bl"><div></div></div>
    <div class="Post-br"><div></div></div>
    <div class="Post-tc"><div></div></div>
    <div class="Post-bc"><div></div></div>
    <div class="Post-cl"><div></div></div>
    <div class="Post-cr"><div></div></div>
    <div class="Post-cc"></div>
    <div class="Post-body">
    <div class="Post-inner article">

    <div class="PostContent">


    <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
    <?php if (is_category()) { ?>
    <h2 class="pagetitle"><?php printf(__('‘%s’ Kategorisi', 'kubrick'), single_cat_title('', false)); ?></h2>
    <?php } elseif( is_tag() ) { ?>
    <h2 class="pagetitle"><?php printf(__('Etiketler: ‘%s’', 'kubrick'), single_tag_title('', false) ); ?></h2>
    <?php } elseif (is_day()) { ?>
    <h2 class="pagetitle"><?php printf(_c('Arşiv %s|Günlük arşiv sayfası', 'kubrick'), get_the_time(__('F jS, Y', 'kubrick'))); ?></h2>
    <?php } elseif (is_month()) { ?>
    <h2 class="pagetitle"><?php printf(_c('Arşiv %s|Aylık arşiv sayfası', 'kubrick'), get_the_time(__('F, Y', 'kubrick'))); ?></h2>
    <?php } elseif (is_year()) { ?>
    <h2 class="pagetitle"><?php printf(_c('Arşiv %s|Yıllık arşiv', 'kubrick'), get_the_time(__('Y', 'kubrick'))); ?></h2>
    <?php } elseif (is_author()) { ?>
    <h2 class="pagetitle"><?php _e('Yazar arşivi', 'kubrick'); ?></h2>
    <?php } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
    <h2 class="pagetitle"><?php _e('Blog arşivi', 'kubrick'); ?></h2>
    <?php } ?>



    <?php if ($prev_link || $next_link): ?>
    <div class="navigation">

    </div>
    <?php endif; ?>


    </div>
    <div class="cleared"></div>


    </div>

    </div>
    </div>



    <?php while (have_posts()) : the_post(); ?>
    <div class="item">

    <div class="Post">
    <div class="Post-tl"></div>
    <div class="Post-tr"><div></div></div>
    <div class="Post-bl"><div></div></div>
    <div class="Post-br"><div></div></div>
    <div class="Post-tc"><div></div></div>
    <div class="Post-bc"><div></div></div>
    <div class="Post-cl"><div></div></div>
    <div class="Post-cr"><div></div></div>
    <div class="Post-cc"></div>
    <div class="Post-body">
    <div class="Post-inner article">
    <div id="kucukresim">
    <div class="baslik"><?php trim_title(); ?></div>
    <a href="<?php the_permalink(); ?>" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>"><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" width="180" height="120"></a>

    </div>
    <div class="cleared"></div>
    <?php ob_start(); ?>
    <?php $icons = array(); ?>
    <?php if (!is_page() && !is_single()) : ?><?php ob_start(); ?>
    <?php comments_popup_link(__('Yorum yok »', 'kubrick'), __('1 yorum »', 'kubrick'), __('% yorum »', 'kubrick'), '', __('Yoruma kapalı', 'kubrick') ); ?>
    <?php $icons[] = ob_get_clean(); ?><?php endif; ?>
    <?php if (0 != count($icons)): ?>
    <div class="PostFooterIcons metadata-icons">
    <?php echo implode(' | ', $icons); ?>

    </div>
    <?php endif; ?>
    <?php $metadataContent = ob_get_clean(); ?>
    <?php if (trim($metadataContent) != ''): ?>
    <div class="PostMetadataFooter">
    <?php echo $metadataContent; ?>
    <div style="float:right">
    <?php if(function_exists('the_views')) { the_views(); } ?>

    </div>
    </div>
    <?php endif; ?>

    </div>

    </div>
    </div>
    </div>

    <?php endwhile; ?>


    <div class="Post">
    <div class="Post-tl"></div>
    <div class="Post-tr"><div></div></div>
    <div class="Post-bl"><div></div></div>
    <div class="Post-br"><div></div></div>
    <div class="Post-tc"><div></div></div>
    <div class="Post-bc"><div></div></div>
    <div class="Post-cl"><div></div></div>
    <div class="Post-cr"><div></div></div>
    <div class="Post-cc"></div>
    <div class="Post-body">
    <div class="Post-inner article">

    <div class="PostContent">

    <div class="navigation">
    <?php if(function_exists('wp_page_numbers')) : ?>
    <div class="pagenav-alt">
    <?php { wp_page_numbers(); } ?>

    </div>
    </div>
    <div class="cleared"></div>


    </div>

    </div>
    </div>

    <?php endif; ?>

    <?php else : ?>
    <div class="Post">
    <div class="Post-tl"></div>
    <div class="Post-tr"><div></div></div>
    <div class="Post-bl"><div></div></div>
    <div class="Post-br"><div></div></div>
    <div class="Post-tc"><div></div></div>
    <div class="Post-bc"><div></div></div>
    <div class="Post-cl"><div></div></div>
    <div class="Post-cr"><div></div></div>
    <div class="Post-cc"></div>
    <div class="Post-body">
    <div class="Post-inner article">

    <div class="PostContent">

    <?php
    if ( is_category() ) { // If this is a category archive
    printf("<h2 class='center'>".__("Henüz %s kategorisine video eklenmemiş.", "kubrick").'</h2>', single_cat_title('',false));
    } else if ( is_date() ) { // If this is a date archive
    echo('<h2>'.__("Bu tarihte video eklenmemiş.", "kubrick").'</h2>');
    } else if ( is_author() ) { // If this is a category archive
    $userdata = get_userdatabylogin(get_query_var('author_name'));
    printf("<h2 class='center'>".__("%s henüz video eklememiş", "kubrick")."</h2>", $userdata->display_name);
    } else {
    echo("<h2 class='center'>".__('Video bulunamadı.', 'kubrick').'</h2>');
    }
    if(function_exists('get_search_form')) get_search_form();
    ?>

    </div>
    <div class="cleared"></div>


    </div>

    </div>
    </div>

    <?php endif; ?>


    </div>
    <div class="sidebar1">
    <?php include(TEMPLATEPATH . '/searchform.php');?>
    <?php include(TEMPLATEPATH . '/rastgele.php');?>
    <?php include (TEMPLATEPATH . '/sidebar1.php'); ?>
    </div>

    </div>
    <div class="cleared"></div>

    <?php include (TEMPLATEPATH . '/enalt.php'); ?>


    <?php get_footer(); ?>
  • 24-06-2009, 14:13:28
    #27
    Şarkı Dinle | Dinle,Video Klip izle,Müzik Dinle,Şarkı Dinle

    Maalesef olmadı.Sidebar aşağıya kaydı bu sefer