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.
Hello
In the Member page :
I would like to know how to :
- not to display the date of registration of the members
- sort the members alphabetically
if it is possible.
Thank you very much
Hi @helenelafitte,
Use this CSS code to hide the registration dates on the member page. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
#wpforo #wpforo-wrap .wpforo-members-wrap th.wpf-members-regdate { display: none; } #wpforo #wpforo-wrap .wpforo-members-wrap td.wpf-members-regdate { display: none; }
- sort the members alphabetically
No way. it sortes by number of posts and user popularity. So the most actve users are shown first.
Hello
Thank you very much !!!
It's perfect
Have a good day