Skip to:
Content

BuddyPress.org

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's profile 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)

members-sort-alpha.gif (23.4 KB) - added by nuprn1 15 years ago.
members-sort-newest.gif (19.8 KB) - added by nuprn1 15 years ago.

Download all attachments as: .zip

Change History (7)

#1 @apeatling
15 years ago

This is somewhat partly fixed in r2452.

#3 @apeatling
15 years ago

  • Milestone changed from 1.2 to 1.2.1

Punting to 1.2.1.

#4 @cnorris23
15 years ago

  • 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.

#5 @boonebgorges
14 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?

Note: See TracTickets for help on using tickets.