Kurulum;
Aşagıdaki Lİnkten Klasörü Bilgisayarınıza Çekin
İçerisinden Çıkan product-teh_forumicon.xml Dosyasını
admincp >> Pluginler & Ürünler >> Ürün Yönetimi >> [Ürün Ekle/Yükle] Alanından İçeri Alın
Kullandıgınız Temanın
threadbit Şablonu Açın Ve Bulun
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- status icon block -->
<a class="threadstatus" rel="vB::AJAX" <vb:if condition="$show['threadcount']">title="{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}"</vb:if>></a>
Bununla değiştir:
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- forumdisplay avatar -->
<a class=" threadstatus v_showtherad_avatar" rel="vB::AJAX" <vb:if condition="$show['threadcount']">title="{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}"</vb:if>><vb:if condition="$thread[avatarurl]">
<img class="inlineimg" src="{vb:raw thread.avatarurl}"/></vb:if></a>
Yine Aynı Temada
additional.css Şablonunu Açın En Üstüne Ekleyin
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
/************** etiket forumdisplay avatar *************************/
.v_showtherad_avatar img {
padding: 2px;
border: 1px none black;
text-align: center;
display: block;
height: 36px;
width: 36px;
background-color: #FCFCFF;
border: 1px solid #607A8A;
border-radius: 4px 4px 4px 4px;
margin: 4px 2px 0px 5px;}
.threadbit .threadstatus { background: transparent; }
.threadbit.dot .threadstatus { background: transparent; }
.threadbit.dot.hot .threadstatus { background: transparent; }
.threadbit.dot.hot.lock .threadstatus { background: transparent; }
.threadbit.dot.hot.lock.new .threadstatus { background: transparent; }
.threadbit.dot.hot.new .threadstatus { background: transparent; }
.threadbit.dot.lock .threadstatus { background: transparent; }
.threadbit.dot.lock.new .threadstatus { background: transparent; }
.threadbit.dot.new .threadstatus { background: transparent;}
.threadbit.hot .threadstatus { background: transparent; }
.threadbit.hot.lock .threadstatus { background: transparent; }
.threadbit.hot.lock.new .threadstatus { background: transparent; }
.threadbit.hot.new .threadstatus { background: transparent; }
.threadbit.lock .threadstatus { background: transparent; }
.threadbit.lock.new .threadstatus { background: transparent; }
.threadbit.moved .threadstatus { background: transparent; }
.threadbit.moved.new .threadstatus { background: transparent; }
.new .threadstatus { background: transparent; }
.threadbit .deleted .threadstatus {
background: background: transparent;
position: relative;
float: {vb:stylevar left};
clear: {vb:stylevar right};
width: {vb:math {vb:stylevar threadbit_iconsize.width}{vb:stylevar threadbit_iconsize.units} + {vb:math 2 * {vb:stylevar padding}}};
display:block;}
/************** etiket forumdisplay avatar *************************/
alıntıdır..