Opened 13 months ago
Closed 12 months ago
#9001 closed defect (bug) (fixed)
Members listing page shows wrong active members counter
Reported by: | Diabolique | Owned by: | imath |
---|---|---|---|
Milestone: | 12.0.0 | Priority: | normal |
Severity: | normal | Version: | 10.0.0 |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
Hello,
When you are on the mambers listing page - (https://domainname.com/members/) there is a counter of active members. When you enter the page it shows correct number but instantly some javascript action switches it to the number of users which are actually on the page, for example if there is 20 users per page then it shows 20 number, if there are 5 members per page then it shows 5 number instead of showing total count.
Attachments (1)
Change History (6)
#2
@
12 months ago
Thanks for your report @Diabolique
I'll look at it asap. I'm a bit surprised it doesn't take the total active members count, I'm the one who added the JavaScript 😅
#3
@
12 months ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 12.0.0
- Version changed from 11.3.1 to 10.0.0
I confirm the issue, working on a fix.
This ticket was mentioned in PR #173 on buddypress/buddypress by @imath.
12 months ago
#4
- Keywords has-patch added; needs-patch removed
In [13136] I've haven't used the right property to get the total member count. The member_count
property in informing about the number of displayed members, the total_member_count
is the right property to use.
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9001
For completeness, this happens with the Nouveau template pack, not with Legacy.