Opened 12 years ago
Closed 12 years ago
#4711 closed defect (bug) (fixed)
Problem with group pagination count when users are excluded
Reported by: | sbrajesh | Owned by: | |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | 1.6.1 |
Component: | Groups | Keywords: | has-patch |
Cc: |
Description
There is a problem with group pagination when some users are excluded using the exclude parameter in the bp_group_has_members(inside bp-default/groups/single/members.php)
It shows this message
`
Viewing member 1 to 0 (of 0 members)
`
The problem lies in Bp_Groups_Members::get_all_for_group method on line 1197.
The members table name is not aliased in the FROM clause but the alias m is used in the $exclude_sql.
Here is a patch attached again the BuddyPress 1.6 trunk. Need to check if we have same issue(might be) in 1.7 trunk too.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
patch for fixing the total members count of group when user is excluded