• 24-11-2009, 20:57:09
    #73
    Üyeliği durduruldu
    anarschi adlı üyeden alıntı: mesajı görüntüle
    arkadaşlar dailymotion'u becerdim sanırsam
    eğer mp3 değişkeni eklemezseniz "dailymotion" adında özel alan girin oraya dailymotion daki videonun ilk girişindeki id yi yazın (player dailymotion'un action script bilmediğimden videoyu css le playerı kapattım )

    http://anarsiktube.com/rafet-el-roman-seni-seviyorum-dm

    örnek

    single.php böyle olacak.
    <?php get_header(); ?>
    
    <div class="siralasekerim">
                <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="icineal">
    <div class="mp3can">
    <h2><?php the_title(); ?></h2>
    </div>
    <div class="playercan">
    <?php
    $mp3 = get_post_meta($post->ID,'mp3', true);
    $dailymotion =  get_post_meta($post->ID,'dailymotion', true);
    if($mp3 != "") {  ?>
    
        <object type="application/x-shockwave-flash" data="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" width="200" height="20" id="dewplayer"><param name="wmode" value="transparent" /><param name="movie" value="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" /></object>
    <?php } elseif($mp3 == "" && $dailymotion != "") { ?>
    <object width="480" height="25">
    <embed src="http://www.dailymotion.com/swf/<?php echo $dailymotion; ?>&related=0" type="application/x-shockwave-flash" width="480" height="25">
    </embed></object>
    <?php }else{ ?>
    Henüz Bir Şarkı Yüklenmemiş
    <?php } ?>
    </div>
    <div class="etican">
    Etiketler: <?php the_tags('') ?>
    </div>
    <div class="temizle"></div>
    </div><div class="icineal"><div class="paylas">Bu şarkı <?php the_category(',') ?> adlı şarkıcıya ait olup <?php if(function_exists('the_views')) { the_views(); } ?> kez dinlenmiştir.</div><div class="temizle"></div></div>
    <div class="yorum">                    <?php comments_template(); ?>
    </div>
    
        <?php endwhile; else: ?>
    
                <?php endif; ?>
    
    </div>
    <?php get_footer(); ?>
    *** ben bu temanın varya :@:@:@ 2 gecedir uğraşıyorum şunu birisi adam akıllı kullanmayı anlatsın ALLAH Rizası için..

    Şimdiden Teşekkürler.
  • 29-11-2009, 11:34:27
    #74
    Üyeliği durduruldu
    Süper Bi Tema
  • 02-12-2009, 01:21:37
    #75
    bende size facebook dan mp4 linki veya herhangi bi flv linki ile eklemek isterseniz single.php yi aşağıdaki ile değiştirin

    <?php get_header(); ?>
    
    <div class="siralasekerim">
                <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="icineal">
    <div class="mp3can">
    <h2><?php the_title(); ?></h2>
    </div>
    <div class="playercan">
    <?php
    $mp3 = get_post_meta($post->ID,'mp3', true);
    $dailymotion =  get_post_meta($post->ID,'dailymotion', true);
    if($mp3 != "") {  ?>
    
        <object type="application/x-shockwave-flash" data="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" width="200" height="20" id="dewplayer"><param name="wmode" value="transparent" /><param name="movie" value="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" /></object>
    <?php } elseif($mp3 == "" && $dailymotion != "") { ?>
        <iframe id="player" scrolling="no" allowtransparency="true" style="border:0;background-color:transparent;width:480px;height:25px" src="http://fobidik.com/serdar/player.php?w=<?php echo $dailymotion; ?>&related=0" type="application/x-shockwave-flash" width="480" height="25"> </iframe
    <?php }else{ ?>
    Henüz Bir Şarkı Yüklenmemiş
    <?php } ?>
    </div>
    <div class="etican">
    Etiketler: <?php the_tags('') ?>
    </div>
    <div class="temizle"></div>
    </div><div class="icineal"><div class="paylas">Bu şarkı <?php the_category(',') ?> adlı şarkıcıya ait olup <?php if(function_exists('the_views')) { the_views(); } ?> kez dinlenmiştir.</div><div class="temizle"></div></div>
    <div class="yorum">                    <?php comments_template(); ?>
    </div>
    
        <?php endwhile; else: ?>
    
                <?php endif; ?>
    
    </div>
    <?php get_footer(); ?>

    ekleme mantığı yine aynı tek fark id yerine direk linki koycaksınız demo: http://fobidik.com/ferhat-gocer-gotu...gittigin-yere/

    bir de bu temayı yapan arkadasımız yada biri bu ei deki css sorununun düzeltebilirmi acaba ???
  • 02-12-2009, 02:02:27
    #76
    Misafir adlı üyeden alıntı: mesajı görüntüle
    bende size facebook dan mp4 linki veya herhangi bi flv linki ile eklemek isterseniz single.php yi aşağıdaki ile değiştirin

    <?php get_header(); ?>
    
    <div class="siralasekerim">
                <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="icineal">
    <div class="mp3can">
    <h2><?php the_title(); ?></h2>
    </div>
    <div class="playercan">
    <?php
    $mp3 = get_post_meta($post->ID,'mp3', true);
    $dailymotion =  get_post_meta($post->ID,'dailymotion', true);
    if($mp3 != "") {  ?>
    
        <object type="application/x-shockwave-flash" data="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" width="200" height="20" id="dewplayer"><param name="wmode" value="transparent" /><param name="movie" value="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" /></object>
    <?php } elseif($mp3 == "" && $dailymotion != "") { ?>
        <iframe id="player" scrolling="no" allowtransparency="true" style="border:0;background-color:transparent;width:480px;height:25px" src="http://fobidik.com/serdar/player.php?w=<?php echo $dailymotion; ?>&related=0" type="application/x-shockwave-flash" width="480" height="25"> </iframe
    <?php }else{ ?>
    Henüz Bir Şarkı Yüklenmemiş
    <?php } ?>
    </div>
    <div class="etican">
    Etiketler: <?php the_tags('') ?>
    </div>
    <div class="temizle"></div>
    </div><div class="icineal"><div class="paylas">Bu şarkı <?php the_category(',') ?> adlı şarkıcıya ait olup <?php if(function_exists('the_views')) { the_views(); } ?> kez dinlenmiştir.</div><div class="temizle"></div></div>
    <div class="yorum">                    <?php comments_template(); ?>
    </div>
    
        <?php endwhile; else: ?>
    
                <?php endif; ?>
    
    </div>
    <?php get_footer(); ?>
    ekleme mantığı yine aynı tek fark id yerine direk linki koycaksınız demo: http://fobidik.com/ferhat-gocer-gotu...gittigin-yere/

    bir de bu temayı yapan arkadasımız yada biri bu ei deki css sorununun düzeltebilirmi acaba ???
    bilgi için tşkler de..ie de sorun mu var hocam?
  • 02-12-2009, 07:07:08
    #77
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Headerı yazmıştım daha önce.


    Eline sağlık bu arada.


    Gangstamonu adlı üyeden alıntı: mesajı görüntüle
    Headerdaki siyahlığı diyorsun sanırım. IE6 da bu sorunu duzeltmek için CSS'de ".ustmenu" yü bul "height:30px;" ekle düzelir. Diğer sorununu anlamadım. Siten sola kayık ortalamak mı istiyorsun?


    Şarkı isimlerinin üstüne gelince nota resminin arkaında beliren beyazlığı istemiyorsanız bu resmi resim klasöründekyile değişitirin. http://img101.imageshack.us/img101/8161/png.gif

    anarchi güzel tema olmuş
  • 02-12-2009, 11:42:21
    #78
    arkadaşlar bekleyin v2 sürümünü çıkartıyım..var mı istediğiniz başka bir özellik hataları tek tek not aldım hepsini tekrardan gözden geçircem..
  • 02-12-2009, 11:49:43
    #79
    Eline sağlık güzel olmuş anarşik şeysi
  • 02-12-2009, 12:36:53
    #80
    oh bitti yeni tasarımı giydiriyim de..

    v2 de youtube,mp3,facebook videolarını kendi playerınızda mp3 player gibi çalıştırabileceksiniz dailymotionu da çözdükten sonra şarkı sözünü de ekleyip veriyim size
  • 02-12-2009, 14:54:41
    #81
    ei de deki siyahlık sorununu dediğin gibi çözdüm sağol=) ortalama işi vardı muzik dinledimiz zaman sağa kayıyordu player onun çözumunude ben anlatım

    css de aşağıdaki kodu bulun

    .playercan
    
    
    {
    
    	text-align: center;
    
    	padding: 10px;
    
    }

    yukardaki kodu bunla değiştirin
    .playercan
    body {text-align: center; }
    
    {
    
    	text-align: center;
    
    	padding: 10px;
    
    }
    V2 yi bekliyoruz sabırla