21-05-2017 Saat: 17:42
(Son Düzenleme: 22-05-2017 Saat: 01:53, Düzenleyen: Ripbyrustavi.)
Admin kp > temalar şablonlar > şablonlar > temanız > postbit > postbit_attachments_attachment
Hepsini sil yapıştır
Admin kp > temalar şablonlar > temanızı seçin > global.css
Ripbyrustavi02
En alta ekleyin
Ripbyrustavi02
Bittiğinde böyle gözükecektir :
Ripbyrustavi02
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="http://st.10tl.net/tema/ripbyrustavi02/rip02torrent.png" /> Download: <strong>{$attachment['filename']}</strong><br />{$lang->postbit_attachment_size} ( {$attachment['filesize']} / {$lang->postbit_attachment_downloads} {$attachment['downloads']} )</button>
Admin kp > temalar şablonlar > temanızı seçin > global.css
Ripbyrustavi02
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;
}
Bittiğinde böyle gözükecektir :
Ripbyrustavi02