Notifications
Clear all

wpForo 1.x.x [Solved] How can I add topic view count

5 Posts
2 Users
1 Reactions
669 Views
Posts: 34
Topic starter
(@kikismedia)
Trusted Member
Joined: 4 years ago

Is there a way to show topic view count beside topic title I need it please

Topic Tags
4 Replies
Alvina
Posts: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @kikismedia,

You can view the topic view count in the topic list page in each of the forum layouts. 

The screenshot below: https://www.screencast.com/t/VKLcEU9Mvk

Posts: 34
Topic starter
(@kikismedia)
Trusted Member
Joined: 4 years ago

That's is desktop mode , what about mobile view

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

Member
Posts: 1867

@kikismedia,

This is designed to work in this way on mobile devices.

However to display it in the mobile please add the following CSS code:

 @media screen and (max-width: 480px){
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-thread-views {
display: block !important;
}

.wpf-threads-head .wpf-thead-views{
display: block !important;
}

The CSS codes should be added in the Dashboard > Forums > Settings > Styles admin page, "Custom CSS Code" textarea.

(@kikismedia)
Joined: 4 years ago

Trusted Member
Posts: 34

Thanks so much