• 16-03-2009, 08:01:39
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Merhabalar.Paylaşılan bir oyun teması vardı.onu kendi siteme yükledim fakat oyunlar anasayfada listelenirken düzensiz sıralanıyor.Yani bi oyun en altta bi oyun en üstte ortası boş kalıyor.

    online film izle,indirmeden film izle,türk filmleri izle,recep ivedik 2 izle bakabilirsiniz.baya kötü gözüküyor.bunu nasıl düzenli bir şekilde yapabilirim.

    Teşekkürler.
  • 16-03-2009, 11:17:18
    #2
    index.php'yi buraya koyar mısın?
  • 16-03-2009, 15:28:29
    #3
    Üyeliği durduruldu
    Ben de ilk etapta sorun gibi gördüm yalnız okuma sayısını 12 yaptım ve 12'den fazla oyunu ekleyince anasayfada düzelme oldu.şu an hiçbir sorun yok.
  • 16-03-2009, 16:58:12
    #4
    14 tane oyun yüklü şuanda ama hala aynı
  • 16-03-2009, 17:06:57
    #5
    <?php get_header(); ?>
    
    	<div id="content">
    
    	<?php if (have_posts()) : the_post(); ?>
    	<div id="ensoneklenenoyun">
    <table cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td width="5%" rowspan="2" style="padding:0px;text-align:center;">
    		<?// herhangi bi siteden resim?>	<?php $key = "gameimg";  $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img style="border:3px #F39929 solid;padding:0px;" src="<?php echo $getir; ?>" width="100" height="" /></a><?php } ?>
    		<?// kraloyun.com'dan resim   ?>	<?php $key = "kral";     $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img style="border:3px #F39929 solid;padding:0px;" src="http://yig.vo.llnwd.net/o25/kaisergames/PageKraloyun/images/Games/<?php echo $getir; ?>.jpg" width="100" height="" /></a><?php } ?>
    	</td>
        <td width="95%" colspan="2">
    		<div id="ensoneklenenoyunadi"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    	</td>
      </tr>
      <tr>
        <td width="91%" vAlign="tOp"><div id="ensoneklenenoyunaciklama">&nbsp;&nbsp;<?php $values = get_post_custom_values("aciklama"); echo $values[0]; ?></div></td>
        <td width="4%" vAlign="bOttOm"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/Oyna.gif"></a></td>
      </tr>
    </table>
    	</div>
    <div style="clear: both; height: 20px;">&nbsp;</div>
    	<?php while (have_posts()) : the_post(); ?>
    		<div id="post" class="post">
    			<div id="oyuncephe">
    				<div id="oyunresim">
    				<?// herhangi bi siteden resim?>	<?php $key = "gameimg";  $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo $getir; ?>" width="100" height="" /></a><?php } ?>
    				<?// kraloyun.com'dan resim   ?>	<?php $key = "kral";     $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="http://yig.vo.llnwd.net/o25/kaisergames/PageKraloyun/images/Games/<?php echo $getir; ?>.jpg" width="100" height="" /></a><?php } ?>
    				</div>
    				<div style=" margin:0 3px 0 3px;" align="center">
    					<div class="text2" align="center"><span id="soneklenenoyunadi"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php echo substr($post->post_title, 0, 15). ".."; ?></a></span></div>
    					<div id="soneklenenoyunkategori"><?php the_category(', ') ?></div>
    				</div>
    			</div>
    		</div>
    	<?php endwhile; ?>
    
    		<div class="navigation">
    			<div class="alignleft"><?php previous_posts_link('&laquo; Sonraki Sayfa') ?></div>
    			<div class="alignright"><?php next_posts_link('Önceki Sayfa &raquo;') ?></div>
    		</div>
    
    	<?php else : ?>
    
    		<h2 class="center">Not Found</h2>
    		<p class="center">Sorry, but you are looking for something that isn't here.</p>
    		<?php include (TEMPLATEPATH . "/searchform.php"); ?>
    
    	<?php endif; ?>
    
    	</div>
    
    	<?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    buyrun index.php'm.
  • 16-03-2009, 17:35:40
    #6
    zulfikar adlı üyeden alıntı: mesajı görüntüle
    Ben de ilk etapta sorun gibi gördüm yalnız okuma sayısını 12 yaptım ve 12'den fazla oyunu ekleyince anasayfada düzelme oldu.şu an hiçbir sorun yok.

    20 oyun yaptım.. fakat ortası yine boş kaldı delircem
  • 16-03-2009, 17:36:49
    #7
    zulfikar adlı üyeden alıntı: mesajı görüntüle
    Ben de ilk etapta sorun gibi gördüm yalnız okuma sayısını 12 yaptım ve 12'den fazla oyunu ekleyince anasayfada düzelme oldu.şu an hiçbir sorun yok.

    20 oyun yaptım.. fakat ortası yine boş kaldı delircem

    bunu video temalarındakii gibi standart bir alan belirlense olmuyormu.yani oyunun img si ne kadar büyürse o kadar kayma oluyor.bir video temasında eklediğin resmi otomatik boyutlandırıyodu sanırım. mp4 videodu galiba adı.bunda öyle bişey yapabilirmiyiz?
  • 16-03-2009, 19:23:59
    #8
    <?php get_header(); ?>
    	<div id="content">
    	<?php if (have_posts()) : the_post(); ?>
    	<div id="ensoneklenenoyun">
    <table cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td width="5%" rowspan="2" style="padding:0px;text-align:center;">
    		<?// herhangi bi siteden resim?>	<?php $key = "gameimg";  $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img style="border:3px #F39929 solid;padding:0px;" src="<?php echo $getir; ?>" width="100" height="" /></a><?php } ?>
    		<?// kraloyun.com'dan resim   ?>	<?php $key = "kral";     $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img style="border:3px #F39929 solid;padding:0px;" src="http://yig.vo.llnwd.net/o25/kaisergames/PageKraloyun/images/Games/<?php echo $getir; ?>.jpg" width="100" height="" /></a><?php } ?>
    	</td>
        <td width="95%" colspan="2">
    		<div id="ensoneklenenoyunadi"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    	</td>
      </tr>
      <tr>
        <td width="91%" vAlign="tOp"><div id="ensoneklenenoyunaciklama">&nbsp;&nbsp;<?php $values = get_post_custom_values("aciklama"); echo $values[0]; ?></div></td>
        <td width="4%" vAlign="bOttOm"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/Oyna.gif"></a></td>
      </tr>
    </table>
    	</div>
    <div style="clear: both; height: 20px;">&nbsp;</div>
    	<?php while (have_posts()) : the_post(); ?>
    		<div id="post" class="post">
    			<div id="oyuncephe">
    				<div id="oyunresim">
    				<?// herhangi bi siteden resim?>	<?php $key = "gameimg";  $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo $getir; ?>" width="100" height="63" /></a><?php } ?>
    				<?// kraloyun.com'dan resim   ?>	<?php $key = "kral";     $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="http://yig.vo.llnwd.net/o25/kaisergames/PageKraloyun/images/Games/<?php echo $getir; ?>.jpg" width="100" height="63" /></a><?php } ?>
    				</div>
    				<div style=" margin:0 3px 0 3px;" align="center">
    					<div class="text2" align="center"><span id="soneklenenoyunadi"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php echo substr($post->post_title, 0, 15). ".."; ?></a></span></div>
    					<div id="soneklenenoyunkategori"><?php the_category(', ') ?></div>
    				</div>
    			</div>
    		</div>
    	<?php endwhile; ?>
    		<div class="navigation">
    			<div class="alignleft"><?php previous_posts_link('&laquo; Sonraki Sayfa') ?></div>
    			<div class="alignright"><?php next_posts_link('Önceki Sayfa &raquo;') ?></div>
    		</div>
    	<?php else : ?>
    		<h2 class="center">Not Found</h2>
    		<p class="center">Sorry, but you are looking for something that isn't here.</p>
    		<?php include (TEMPLATEPATH . "/searchform.php"); ?>
    	<?php endif; ?>
    	</div>
    	<?php get_sidebar(); ?>
    <?php get_footer(); ?>
  • 16-03-2009, 19:25:51
    #9
    <?php get_header(); ?>
    	<div id="content">
    	<?php if (have_posts()) : the_post(); ?>
    	<div id="ensoneklenenoyun">
    <table cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td width="5%" rowspan="2" style="padding:0px;text-align:center;">
    		<?// herhangi bi siteden resim?>	<?php $key = "gameimg";  $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img style="border:3px #F39929 solid;padding:0px;" src="<?php echo $getir; ?>" width="100" height="" /></a><?php } ?>
    		<?// kraloyun.com'dan resim   ?>	<?php $key = "kral";     $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img style="border:3px #F39929 solid;padding:0px;" src="http://yig.vo.llnwd.net/o25/kaisergames/PageKraloyun/images/Games/<?php echo $getir; ?>.jpg" width="100" height="" /></a><?php } ?>
    	</td>
        <td width="95%" colspan="2">
    		<div id="ensoneklenenoyunadi"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    	</td>
      </tr>
      <tr>
        <td width="91%" vAlign="tOp"><div id="ensoneklenenoyunaciklama">&nbsp;&nbsp;<?php $values = get_post_custom_values("aciklama"); echo $values[0]; ?></div></td>
        <td width="4%" vAlign="bOttOm"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/Oyna.gif"></a></td>
      </tr>
    </table>
    	</div>
    <div style="clear: both; height: 20px;">&nbsp;</div>
    	<?php while (have_posts()) : the_post(); ?>
    		<div id="post" class="post">
    			<div id="oyuncephe">
    				<div id="oyunresim">
    				<?// herhangi bi siteden resim?>	<?php $key = "gameimg";  $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo $getir; ?>" width="100" height="63" /></a><?php } ?>
    				<?// kraloyun.com'dan resim   ?>	<?php $key = "kral";     $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="http://yig.vo.llnwd.net/o25/kaisergames/PageKraloyun/images/Games/<?php echo $getir; ?>.jpg" width="100" height="63" /></a><?php } ?>
    				</div>
    				<div style=" margin:0 3px 0 3px;" align="center">
    					<div class="text2" align="center"><span id="soneklenenoyunadi"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php echo substr($post->post_title, 0, 15). ".."; ?></a></span></div>
    					<div id="soneklenenoyunkategori"><?php the_category(', ') ?></div>
    				</div>
    			</div>
    		</div>
    	<?php endwhile; ?>
    		<div class="navigation">
    			<div class="alignleft"><?php previous_posts_link('&laquo; Sonraki Sayfa') ?></div>
    			<div class="alignright"><?php next_posts_link('Önceki Sayfa &raquo;') ?></div>
    		</div>
    	<?php else : ?>
    		<h2 class="center">Not Found</h2>
    		<p class="center">Sorry, but you are looking for something that isn't here.</p>
    		<?php include (TEMPLATEPATH . "/searchform.php"); ?>
    	<?php endif; ?>
    	</div>
    	<?php get_sidebar(); ?>
    <?php get_footer(); ?>