MyBB Depo Forum

Orjinalini görmek için tıklayınız: Nasıl Yaparım ?
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
http://i.hizliresim.com/BPVpNQ.png Resimdeki Gibi Kendi Siteme Nasıl Yaparım 
Sitem: http://www.torrentmarketi.com
postbit_attachments_attachment şablonundaki kodları aşağıdaki ile değiştir.

PHP Kod:
<br />
<
table style="width: 730px;" border="0" align="left"><tbody><tr>
<
td style="text-align: center; width: 50px; border-width: 1px; border-color: #dfe8ee; border-style: solid;" rowspan="2">{$attachment['icon']}</td
<
td style="text-align: center; background-color: #0067a9;" colspan="2"><span style="color: #ffffff;"><strong>{$attachment['filename']}</strong></span></td
<
td style="border: 1px solid #dfe8ee; text-align: center; width: 40; height: 40;" rowspan="2"><a href="attachment.php?aid={$attachment['aid']}target="_blank" title="{$attachdate}"><img src="http://www.torrentturk.org/images/indir.png" alt="İndirmek İçin Tıklayın" width="48px" height="48px" /></a></td> </tr>
<
tr> <td style="background-color: #f5fbfe; border-width: 1px; border-color: #dfe8ee; border-style: solid; text-align: center; width: 250px;"><span style="color: black; text-shadow: 0px 1px 1px black;">{$lang->postbit_attachment_size} {$attachment['filesize']}</span></td
<
td style="background-color: #f5fbfe; border-width: 1px; border-color: #dfe8ee; border-style: solid; text-align: center; width: 250px;"><span style="color: black; text-shadow: 0px 1px 1px black;">{$lang->postbit_attachment_downloads} {$attachment['downloads']}</span></td> </tr
<
tr> <td style="text-align: center; background-color: #f5fbfe; border-width: 1px; border-color: #dfe8ee; border-style: solid;" colspan="4"><span style="font-size: x-small; color: #000000;"><span style="text-align: center;"><span style="color: #0067a9;">{$mybb->settings['bbname']}</span></span></span></td> </tr> </tbody> </table
(13-05-2016, Saat:19:44)sledgeab Adlı Kullanıcıdan Alıntı: [ -> ]postbit_attachments_attachment şablonundaki kodları aşağıdaki ile değiştir.

PHP Kod:
<br />
<
table style="width: 730px;" border="0" align="left"><tbody><tr>
<
td style="text-align: center; width: 50px; border-width: 1px; border-color: #dfe8ee; border-style: solid;" rowspan="2">{$attachment['icon']}</td
<
td style="text-align: center; background-color: #0067a9;" colspan="2"><span style="color: #ffffff;"><strong>{$attachment['filename']}</strong></span></td
<
td style="border: 1px solid #dfe8ee; text-align: center; width: 40; height: 40;" rowspan="2"><a href="attachment.php?aid={$attachment['aid']}target="_blank" title="{$attachdate}"><img src="http://www.torrentturk.org/images/indir.png" alt="İndirmek İçin Tıklayın" width="48px" height="48px" /></a></td> </tr>
<
tr> <td style="background-color: #f5fbfe; border-width: 1px; border-color: #dfe8ee; border-style: solid; text-align: center; width: 250px;"><span style="color: black; text-shadow: 0px 1px 1px black;">{$lang->postbit_attachment_size} {$attachment['filesize']}</span></td
<
td style="background-color: #f5fbfe; border-width: 1px; border-color: #dfe8ee; border-style: solid; text-align: center; width: 250px;"><span style="color: black; text-shadow: 0px 1px 1px black;">{$lang->postbit_attachment_downloads} {$attachment['downloads']}</span></td> </tr
<
tr> <td style="text-align: center; background-color: #f5fbfe; border-width: 1px; border-color: #dfe8ee; border-style: solid;" colspan="4"><span style="font-size: x-small; color: #000000;"><span style="text-align: center;"><span style="color: #0067a9;">{$mybb->settings['bbname']}</span></span></span></td> </tr> </tbody> </table

Saol
Bende Böyle Kodladım

resim


Kod:
<br />
  <center>
      <div id="menubar"><div id="baslik">{$attachment['filename']}</div>
         <a href="attachment.php?aid={$attachment['aid']}"><img src="http://i.hizliresim.com/VaZZYr.png" id="down"></a>
    <div id="icon">{$attachment['icon']}</div>
   </div>  
<div id="menubar2">
    <div id="boyut">Dosya Boyutu : {$attachment['filesize']} &nbsp; İndirme Sayısı : {$attachment['downloads']} </div>
      </div>
<div id="allright">www.torrentmarketi.com</div>
  </center>


<style>
    
    #boyut {
    color:#000;
        font-size:12px;
        font-weight: bold;

    }
#baslik {
    color:#fff;
    font-size:15px;
}
    
#allright {
background:transparent;
color:#0066a2;
font-size:10px;
width:706px;
font-family:tahoma;
border-bottom:1px solid #dfe8ee;
border-right:1px solid #dfe8ee;
border-left:1px solid #dfe8ee;
}

#menubar {
background:#0066a2;
width:602px;
height:26px;
}

#menubar2 {
background:transparent;
border:1px solid #dfe8ee;
width:600px;
height:22px;
}

#down {
top:-21px;
border:1px solid #dfe8ee;
position:relative;
left:53px;
width:48px;
height:48px;
float:right;
}

#icon {
    top:-21px;
border:1px solid #dfe8ee;
position:relative;
right:53px;
width:48px;
height:48px;
float:left;
}
</style>
(13-05-2016, Saat:20:54)DevAdam Adlı Kullanıcıdan Alıntı: [ -> ]Bende Böyle Kodladım

resim


Kod:
<br />
 <center>
      <div id="menubar"><div id="baslik">{$attachment['filename']}</div>
         <a href="attachment.php?aid={$attachment['aid']}"><img src="http://i.hizliresim.com/VaZZYr.png" id="down"></a>
    <div id="icon">{$attachment['icon']}</div>
  </div>  
<div id="menubar2">
    <div id="boyut">Dosya Boyutu : {$attachment['filesize']} &nbsp; İndirme Sayısı : {$attachment['downloads']} </div>
      </div>
<div id="allright">www.torrentmarketi.com</div>
 </center>


<style>
    
    #boyut {
    color:#000;
        font-size:12px;
        font-weight: bold;

    }
#baslik {
    color:#fff;
    font-size:15px;
}
    
#allright {
background:transparent;
color:#0066a2;
font-size:10px;
width:706px;
font-family:tahoma;
border-bottom:1px solid #dfe8ee;
border-right:1px solid #dfe8ee;
border-left:1px solid #dfe8ee;
}

#menubar {
background:#0066a2;
width:602px;
height:26px;
}

#menubar2 {
background:transparent;
border:1px solid #dfe8ee;
width:600px;
height:22px;
}

#down {
top:-21px;
border:1px solid #dfe8ee;
position:relative;
left:53px;
width:48px;
height:48px;
float:right;
}

#icon {
    top:-21px;
border:1px solid #dfe8ee;
position:relative;
right:53px;
width:48px;
height:48px;
float:left;
}
</style>

eline sağlık dostum
(13-05-2016, Saat:20:54)DevAdam Adlı Kullanıcıdan Alıntı: [ -> ]Bende Böyle Kodladım

resim


Kod:
<br />
 <center>
 <div id="menubar"><div id="baslik">{$attachment['filename']}</div>
<a href="attachment.php?aid={$attachment['aid']}"><img src="http://i.hizliresim.com/VaZZYr.png" id="down"></a>
<div id="icon">{$attachment['icon']}</div>
  </div>  
<div id="menubar2">
<div id="boyut">Dosya Boyutu : {$attachment['filesize']} &nbsp; İndirme Sayısı : {$attachment['downloads']} </div>
 </div>
<div id="allright">www.torrentmarketi.com</div>
 </center>


<style>

#boyut {
color:#000;
font-size:12px;
font-weight: bold;

}
#baslik {
color:#fff;
font-size:15px;
}

#allright {
background:transparent;
color:#0066a2;
font-size:10px;
width:706px;
font-family:tahoma;
border-bottom:1px solid #dfe8ee;
border-right:1px solid #dfe8ee;
border-left:1px solid #dfe8ee;
}

#menubar {
background:#0066a2;
width:602px;
height:26px;
}

#menubar2 {
background:transparent;
border:1px solid #dfe8ee;
width:600px;
height:22px;
}

#down {
top:-21px;
border:1px solid #dfe8ee;
position:relative;
left:53px;
width:48px;
height:48px;
float:right;
}

#icon {
top:-21px;
border:1px solid #dfe8ee;
position:relative;
right:53px;
width:48px;
height:48px;
float:left;
}
</style>

Bunu sen kodladığına eminmisin verilen örnektekiyle arasında pek bi fark göremedim Gülümseme
Arkadaş zaten aynısını istemiş bende aynısını kodladim