Jump to content

Hide VIEW counter on Forums

Featured Replies

Posted

Hello, is there a way to hide the view count on forum topics? (and would such a fix carry over on version updates)?

Thank you.

If you are happy to remove all the stats then paste following into your custome.css.

 

.ipsDataItem_stats {
    display: none
}

Otherwise you can do some template edits.

The above will remove the display of ALL stats that call for that id.

  • Author

Hi that works, however I loose the number of Topics or Replies as well. IS the only alternative to edit out all the VIEW counters from all the template files or is there a way to modify the code you gave me to do this globally?

Play around with this:

.cTopicList .ipsType_light .ipsDataItem_stats_number,.cTopicList .ipsType_light .ipsDataItem_stats_type {
    display: none;
}

 

  • Author

That's great. It did the trick perfectly. 

Thanks Nathan

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.