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 [Solved] Member Page

3 Posts
2 Users
1 Reactions
1,496 Views
Posts: 14
Topic starter
(@helenelafitte)
Eminent Member
Joined: 4 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 4 years ago

Hello

Thank you very much !!!

It's perfect

Have a good day