Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 1, 20159 yr 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.
November 1, 20159 yr 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.
November 1, 20159 yr 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?
November 1, 20159 yr Play around with this: .cTopicList .ipsType_light .ipsDataItem_stats_number,.cTopicList .ipsType_light .ipsDataItem_stats_type { display: none; }
Archived
This topic is now archived and is closed to further replies.