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 [Solved] How can I add topic view count

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

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

Topic Tags
4 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 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: 5 years ago

That's is desktop mode , what about mobile view

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

Member
Posts: 1861

@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: 5 years ago

Trusted Member
Posts: 34

Thanks so much