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.
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
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
Hm, is the member list and participants column really the same thing? It doesn't seem so.
If anyone can help, that would be highly appreciated.
Hi @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; }