Opened 3 years ago
Closed 3 years ago
#1670 closed defect (bug) (fixed)
Members: Order by: Alphabetical: does not return fullset of users (only xprofile'd)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | Keywords: | reporter-feedback | |
| Cc: |
Description
When viewing 'Members' tab
Sort by Last Active and Newest Registered both return the full set of users. If selecting Alphabetical only users who have xprofile data are returned.
if ( 'alphabetical' == $type )
$sqlwhere_alpha? = "AND pd.field_id = 1";
I would expect the behavior to return the full set of members - regardless if xprofile data is there or not.
(why there is no xprofile on all users -> import from wp)
Attachments (2)
Change History (7)
similar ticket:
- Keywords reporter-feedback added
@nuprn1
Are you still seeing this issue. As apeatling stated:
This is somewhat partly fixed in r2452.
It does seem to be "somewhat partly fixed" on testbp.org.
comment:5
boonebgorges — 3 years ago
- Component set to Core
- Resolution set to fixed
- Status changed from new to closed
This looks fixed to me. nuprn1 can you verify?

This is somewhat partly fixed in r2452.