Notifications
Clear all

wpForo 1.x.x [Closed] Disable view counter?

5 Posts
2 Users
0 Likes
2,834 Views
Posts: 4
Topic starter
(@hdn08)
Active Member
Joined: 5 years ago

Hello,

Is there any way to disable view counter?

Thanks!

4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Please let me know what view count you mean? There are many counts related to views.

1 Reply
(@hdn08)
Joined: 5 years ago

Active Member
Posts: 4

Sorry, I mean this one, near "Posts":  https://prnt.sc/l8rusu

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

You can hide that using CSS code. Put this code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap .head-stat-views,
#wpforo #wpforo-wrap .wpforo-topic-stat-views{
     display: none;
}

 

Posts: 4
Topic starter
(@hdn08)
Active Member
Joined: 5 years ago

It worked! Thanks a lot!