Support Forum

Removing post views

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

views??  sorry, not following… views on topic view (list of posts)?

UN
Unknown
Member

Sorry, I meant the listed number of times it says a post has been visited, which is automatically placed under each individual post. Like this:

“(Visited 128 times, 128 visits today)” 

YS Yellow Swordfish
Yellow Swordfish
Member

If you go to your theme folder in the /templates folder you will find the template that runs the forum view (spForumView.php)

If you trace this through – it is as much comment sense as anything – you should be able to see the way things get displayed.

You will find the functions that display each row including the function that displays the view count. Just remove it – or comment it out,. But you will need to adjust the column sizes left to fill up the gap.