Opened 17 years ago
Closed 16 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: | |
|---|---|---|---|
| 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is somewhat partly fixed in r2452.