Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
profile.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
5 Dec 2010 at 19:58 UTC
Updated:
8 Oct 2018 at 11:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mr.baileysThis is a core bug.
The profile module currently sorts the profiles listed on
/profileon the {users}.access field. As indicated by the bug report above, this field is way too volatile to use as sorting criteria for a paged list on sites with a larger user-base such as drupal.org.I guess that we do want a user's activity to remain a factor in ordering the profiles, so attached is a patch that sorts on {users}.login instead of {users}.access (granted, people who are very active on a site and rarely log in because their session remains active are negatively affected by this).
Comment #2
mr.baileysBetter title.
Comment #3
mr.baileysComment #4
rszrama commentedHonestly, if all we show is bojanz, I consider that a feature, not a bug.
Comment #5
bojanz commentedWell, this made me laugh, two and a half years later :)
Comment #5.0
gregglesx