Notifications
Clear all

Style [Closed] Hide Participants column

12 Posts
3 Users
0 Reactions
811 Views
Posts: 389
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

Hi, is it possible to hide the participants column? Not a big fan of it. It isn't a great look when the engagement is low etc. Also, the particpants column will show +37 but inside the thread it says 40 users.

 

Would be great if I could hide it or replace it with "latest post". Thanks

11 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Please refer to Robert's response on the following support topic: https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hide-members-list/#post-44296

Posts: 389
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

Hm, is the member list and participants column really the same thing? It doesn't seem so.

Posts: 389
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

If anyone can help, that would be highly appreciated.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @danniee,

Posted by: @danniee

Also, the particpants column will show +37 but inside the thread it says 40 users.

This is correct. You see three users +37 users = 40, so the "+" means in addition.

 

The only way to hid them is using the following CSS code for forum list:

#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box{
    display: none !important;
}

 

For topics list:

#wpforo #wpforo-wrap .wpfl-2 .head-stat-lastpost {
    display: none;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic .wpf-sbd.wpf-sbd-avatar {
    display: none;
}
1 Reply
(@danniee)
Joined: 5 years ago

Honorable Member
Posts: 389

@robert thank you for helping. I does remove the column, but as a consequence, the other columns are not aligned correctly so it doesn't look all that good :/

Page 1 / 2