How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
1,249
Views
Mar 27, 2021 2:02 pm
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
2 Replies
Mar 28, 2021 10:15 am
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.
Mar 28, 2021 12:39 pm
Hello
Thank you very much !!!
It's perfect
Have a good day