MyBB Community Forums

Full Version: show page view count inside page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to show page view count inside page without plugins?
what you mean by page view count... you mean the number of views of that thread... If that's what you need then add the below code in showthread template wherever you want it to be displayed...

you can then style it if you wish, using css with the selector ".viewcount"

<div class="viewcount">This thread has been viewed {$thread['views']} times</div>