Xenforo Konu Da Kaç Kişi Görmüş Kaç Kişi Yazmış

  • Konbuyu başlatan Konbuyu başlatan Wmaraci
  • Başlangıç tarihi Başlangıç tarihi
0
EXE RANK

Wmaraci

Fexe Kullanıcısı
Puanları 3
Çözümler 0
Katılım
1 Şub 2025
Mesajlar
5
Tepkime puanı
1
Puanları
3
Meslek
Webmaster
Wmaraci
Xenforo Konu Da Kaç Kişi Görmüş Kaç Kişi Yazmış Ekleyerek Konular'daki görüntülenme ve yorum sayısına göre analiz yapabilirsiniz.

Görünüm ve diller > Şablonlar > thread_view
şablonun'da Aşağıdaki Kodları Bulun

Kod:
<li>
<xf:fa icon="fa-clock" title="{{ phrase('start_date')|for_attr }}" />
<span class="u-srOnly">{{ phrase('start_date') }}</span>

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

Bulduğunuz kodun 1 Satır altına aşağıda ki kodu ekleyin.

Kod:
<li><i class="fas fa-reply"></i> {{ phrase('replies') }} : {{ $thread.discussion_type == 'redirect' ? '&ndash;' : $thread.reply_count|number_short }}</li>
        <li><i class="fas fa-eye"></i> {{ phrase('views') }} : {{ $thread.discussion_type == 'redirect' ? '&ndash;' : ($thread.view_count > $thread.reply_count ? $thread.view_count|number_short : number_short($thread.reply_count+1)) }}</li>

Xenforo Konu Da Kaç Kişi Görmüş.png
 
Moderatör tarafında düzenlendi:
Geri
Üst