Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

5 Posts
2 Users
0 Reactions
3,488 Views
Posts: 4
Topic starter
(@hdn08)
Active Member
Joined: 7 years ago

Hello,

Is there any way to disable view counter?

Thanks!

4 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

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

1 Reply
(@hdn08)
Joined: 7 years ago

Active Member
Posts: 4

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

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 7 years ago

It worked! Thanks a lot!