Opened 5 years ago
Closed 3 years ago
#8101 closed defect (bug) (fixed)
'All members' is filtering by 'last_activity' which produces wrong count value
Reported by: | ketan_chawda | Owned by: | imath |
---|---|---|---|
Milestone: | 10.0.0 | Priority: | normal |
Severity: | normal | Version: | 3.0.0 |
Component: | Templates | Keywords: | has-patch |
Cc: | chawda.ketan.a@… |
Description
Step -1) Visit : your-wp-url/members
Step-2) All Members
label is misleading, it is filtering by Last Active
.
Suggestion : All members count can be legit if default filter is Alphabetical
instead of Last Active
Possible Solution :
Related hooks(actions and filters) : add_filter('bp_get_total_member_count', 'custom-function');
add_action('bp_nouveau_get_members_filters', 'custom-function');
Attachments (2)
Change History (5)
#1
@
3 years ago
- Keywords needs-patch added; 2nd-opinion removed
- Milestone changed from Awaiting Review to 10.0.0
- Owner set to imath
- Status changed from new to assigned
Hi,
Thanks for your feedback, I must concede "All" is misleading in this case. And this confusion is often made by end users. I agree we need to improve this. I'm going to work on it during 10.0.0.
#2
@
3 years ago
- Component changed from Members to Templates
- Keywords has-patch added; needs-patch removed
- Version changed from 4.1.0 to 3.0.0
In 8101.patch I suggest to update the first nav label according to the current filter. If it's Last active, then we get:
If it's Newest registered, then we get:
Finally when it's alphabetical we get all members (in my example, there's a user who never logged in) :
Would this stop confusing users?
PS: I'm focusing on the BP Nouveau template pack.
Members filters