Notifications
Clear all

Style [Solved] Member Page

3 Posts
2 Users
1 Likes
1,005 Views
Posts: 14
Topic starter
(@helenelafitte)
Eminent Member
Joined: 3 years ago

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

Topic Tags
2 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

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.

Posts: 14
Topic starter
(@helenelafitte)
Eminent Member
Joined: 3 years ago

Hello

Thank you very much !!!

It's perfect

Have a good day