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. -Xenforo Eklentileri 2021 - Xenforo Modifikasyonları 2021
Görünüm ve diller > Şablonlar > thread_view şablonun'da Aşağıdaki Kodları Bulun.
PHP 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>
PHP Kod:
<li><i class="fas fa-reply"></i> {{ phrase('replies') }} : {{ $thread.discussion_type == 'redirect' ? '–' : $thread.reply_count|number_short }}</li>
<li><i class="fas fa-eye"></i> {{ phrase('views') }} : {{ $thread.discussion_type == 'redirect' ? '–' : ($thread.view_count > $thread.reply_count ? $thread.view_count|number_short : number_short($thread.reply_count+1)) }}</li>
Elde Edeceğimiz Sonuç ;

Yararlı bağlantılar ;
https://www.webailesi.com/forum-xenforo-182

Yararlı bağlantılar ;
https://www.webailesi.com/forum-xenforo-182
)

