Xenforo Konu Başlık Altı İstatistik Gösterme

Charismax

Copyright @ Charismax
Katılım
3 yıl 7 ay 8 gün
Mesajlar
25,232
Tepkime puanı
8,697
Yaş
35
Konum
Memed' Home
İsim
CHRS
Memleket
Neresi?
Meslek
IzdırapÇI
Cinsiyet
vtEvVy
Medeni Hal
İlgili temada thread_view şablonunda bulun

HTML:
<a href="{{ link('threads', $thread) }}" class="u-concealed"><xf:date time="{$thread.post_date}" /></a>
        </li>

ve altına ekleyin

HTML:
 <li>
            <i class="fa fa-eye" aria-hidden="true" title="Görüntüleme"></i>
            <span>{{ $thread.discussion_type == 'redirect' ? '&ndash;' : ($thread.view_count > $thread.reply_count ? $thread.view_count|number : number($thread.reply_count+1)) }}</span>
        </li>
 
Geri
Üst Alt