- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,429
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Hi,
I'm looking to display the number of times a thread has been viewed on the top of each thread.
I came across this thread:
xenforo.com
I tried adding a custom HTML widget using this code:
Code:
But {$thread.view_count} is not phrased.
This cannot be done using a Widget?
Thanks
Alex
I'm looking to display the number of times a thread has been viewed on the top of each thread.
I came across this thread:

Is there a way to show the number of times a thread has been viewed within the thread? Maybe at the bottom of the thread and it states something like "This thread has been viewed X times."

I tried adding a custom HTML widget using this code:
Code:
<p>This thread has been viewed {$thread.view_count} times.</p>
But {$thread.view_count} is not phrased.
This cannot be done using a Widget?
Thanks
Alex
نام موضوع : Show view count on each thread