As designed Custom member statistic sort fails

Ladegro

Active member
Affected version
2.0.11
When I create a custom member statistic, I noticed that some members weren't included while they did match the inclusion criteria.
First notice was that even if the minimal amount of posts was 0 (till -1), users aren't shown if they have 0 posts and sorting is set on 'messages'.
When I try to workaround that by sorting on username instead of messages, the complete statistic isn't shown anymore in the member page - even when I remove all criteria.

189443

So the sorting mechanism fails and should
  • include users without posts even when sorting on amount of messages
  • show the statistic when sorting on username, instead of hiding it.
 
I know, I was just wondering if I'm the only one suffering from this or that others recognize it in their systems...
 
First notice was that even if the minimal amount of posts was 0 (till -1), users aren't shown if they have 0 posts and sorting is set on 'messages'.
So this is generally as designed. If you are displaying a "value" on a member stat, we won't display users that don't have a value for that. If users haven't posted, they shouldn't be considered for the highest message count, for example.

You can disable this limit by choosing to not show a value in a member stat.
 
Top Bottom