Opened 23 months ago
#8101 new defect (bug)
'All members' is filtering by 'last_activity' which produces wrong count value
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.1.0 |
Component: | Members | Keywords: | 2nd-opinion |
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 (1)
Note: See
TracTickets for help on using
tickets.
Members filters