Opened 15 years ago
Closed 14 years ago
#1670 closed defect (bug) (fixed)
Members: Order by: Alphabetical: does not return fullset of users (only xprofile'd)
Reported by: | nuprn1 | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | ||
Component: | Core | 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)
Note: See
TracTickets for help on using
tickets.
This is somewhat partly fixed in r2452.