Dear ditout ,
* where could you adjust, how many users should be on one page (5,10,15,20 ?)
* could you solve the problem you raised: no restrictions on showing all users? If yes, how ?
Thanks for your answers in advance !
@verogy
each page has 20 members display, 4 coloums,
Where could I find ” no restrictions on showing all users” ? to modify,
thanks !
1. Thanks for the info on the number of users appearing on one page. They show up in a column for me, but there are actually 20 users on one page.
2. I read in the past that you didn’t show up for users after a certain number and that’s why you asked for advice. I just wanted to know if this problem was solved and if so, how. But I may have misunderstood the whole thing. Did you experience this problem in any activity list? I turned off the activity feature, I only have one user list with avatars.
@verogy
My problem is still not resolved, the new users cannot be displayed on the membership directory,
* “membership directory” = you mean that on admin page/ user section, where there are the columns: name, role, post, 2FA Status.
* I only have 22 users yet. How many users have you stopped looking at?
It might because your remain members never login into your site yet. That’s why they won’t appear on your member page. There’s only 2 ways to solve the count of members issue
1. By asking your members to verify and logged in into your site or as admin, you can reset their passwords and then login to activate their account one by one
3. Use snippets from this URLs
https://gist.github.com/shanebp/b73343e9c9a6509d2bbc47de80c881c1
https://gist.github.com/KaineLabs/4705dcada66a116fa1f58c9ff275acc3#file-yz-md-show-all-site-members-count-php
Paste the snippet on bp-custom.php file (you need to create a new file one) and upload it into wp-content/plugins folder.
Check your members page, once all members already appear then delete the snippet code.
Thank you very much for your help !