LPH Well-known member Sep 16, 2012 #1 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."
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."
Arty Well-known member Sep 16, 2012 #2 Add something like near end of thread_view template: Code: <p>This thread has been viewed {$thread.view_count} times.</p> Upvote 1 Downvote
Add something like near end of thread_view template: Code: <p>This thread has been viewed {$thread.view_count} times.</p>