Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
sseguin613 Posted November 1, 2015 Posted November 1, 2015 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.
Paul.F Posted November 1, 2015 Posted November 1, 2015 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.
sseguin613 Posted November 1, 2015 Author Posted November 1, 2015 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?
Nathan Explosion Posted November 1, 2015 Posted November 1, 2015 Play around with this: .cTopicList .ipsType_light .ipsDataItem_stats_number,.cTopicList .ipsType_light .ipsDataItem_stats_type { display: none; }
sseguin613 Posted November 1, 2015 Author Posted November 1, 2015 That's great. It did the trick perfectly. Thanks Nathan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.