Topic: How to hide the "Views" column?

Is it possible to hide the "Views" column? 

The reason why I am asking is:  At the moment I opened my PunBB forum to the public, one thread was somewhat longer than the others and had therefore the highest view count.  Consequently, most newcomers apparently tended to start with (and many probably ended with, too) this particular topic, which in reality isn't necessarily more interesting to them than the remaining ones.  Such a positive feedback triggered a sort of avalanche, and currently this one has the view count a hundred times higher than those that could IMHO be more useful for the reader (who is, by this enormous score, inevitably attracted to the former, though).

Re: How to hide the "Views" column?

Make a Backup of viewforum.php , then edit it and delete following lines:

<th class="tc3" scope="col"><?php echo $lang_forum['Views'] ?></th>

and

<td class="tc3"><?php echo ($cur_topic['moved_to'] == null) ? $cur_topic['num_views'] : ' ' ?></td>
YY Order!!!

Re: How to hide the "Views" column?

Thanks.

Re: How to hide the "Views" column?

At the reccomendation of a master of everything PunBB views were not only removed from visibility but also from being tracked on my forum which is getting 3.75 million pageviews a month.  Really helped with keeping mem & cpu usage down.

5 (edited by statusquo 2008-04-16 18:04)

Re: How to hide the "Views" column?

hi proweb

can you please share the further steps to take in order to remove views 'from being tracked'. Cheers.