MyBB Türkçe Destek Forumu

Tam Versiyon: MyBB Ek Dosyalara Şekil Vermek
Şu anda arşiv modunu görüntülemektesiniz. Tam versiyonu görüntülemek için buraya tıklayınız.
Admin Paneli > Şablonlar > Temanızın Şablonları > Postbit Şablonlar >  postbit_attachments_attachment 

Hepsini sil yapıştır
Kod:
<button class="downloadlink" style="width:500px;font-family: 'lucida grande', 'lucida sans unicode', 'arial', 'verdana', 'tahoma', sans-serif' !important;" onclick="window.open('attachment.php?aid={$attachment['aid']}');"><img style="height:35px;float:left;" src="https://i.hizliresim.com/RryQE7.png" /> Download: <strong>{$attachment['filename']}</strong><br />{$lang->postbit_attachment_size} ( {$attachment['filesize']} / {$lang->postbit_attachment_downloads} {$attachment['downloads']} )</button>

Admin Paneli > Temalar > Temanızı seçin >  global.css 

En alta ekleyin
Kod:
button.downloadlink {
   border:1px solid #0066A2;
   background: #016DB1 url('images/thead_bg.png') top left repeat-x;
   color: #FFF;
   padding: 4px 6px;
   cursor: pointer;
   width: 100px;
}

button.downloadlink:hover,
button.active {
   background: #0F0F0F url('images/tcat.png') top left repeat-x;
   border:1px solid #0F0F0F;
   color: #FFF;
}

Örnek Görüntü:
[Resim: r5LEd3.png]