Notifications
Clear all

wpForo 1.x.x [Solved] Disable Statistics but keep some data

3 Posts
2 Users
2 Reactions
702 Views
Posts: 1602
Topic starter
(@anonymous20)
Noble Member
Joined: 8 years ago

Hello.

I have disabled the statistics options. BUT i want to keep the part that doesn't belong to statistics, like below in the capture.

How can i do this? Can this be improved in some future version?

Thank you

 

2 Replies
Alvina
Posts: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @anonymous20,

Please enable "Show Forum Statistic" options, then navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS code" textarea:

#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-data {
display: none;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-stat-other {
display: none;
}

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Posts: 1602
Topic starter
(@anonymous20)
Noble Member
Joined: 8 years ago

Works well.

Many thanks.