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.

 

Style [Closed] Hide Participants column

12 Posts
3 Users
0 Reactions
1,502 Views
Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

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

Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

If anyone can help, that would be highly appreciated.

Robert
Posts: 10616
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: 6 years ago

Honorable Member
Posts: 446

@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