Closed (outdated)
Project:
User Points
Version:
6.x-1.x-dev
Component:
Code: userpoints
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2008 at 18:21 UTC
Updated:
23 Feb 2018 at 19:30 UTC
Jump to comment: Most recent
Comments
Comment #1
mile23It seems to be the case that userpoints only 'knows about' users who have had points assigned or removed. In 6.x-1.x-dev, you can add a point to a user then remove the point, and that user will show up in the /userpoints page as having 0 points.
There might be reasonable performance reasons for generating the list this way.
Comment #2
Bilmar commentedYou can use Views to achieve a list of all users with their corresponding points.
The field for Points will show 0 for users with zero points.
Comment #3
isellakuria commentedIsn't there a way to modify this setting in the userpoints module? I see that a variable hs been defined for that in the userpoints.module file: define('USERPOINTS_REPORT_DISPLAYZERO', 'userpoints_report_displayzero');
I guess I could change the code but isn't there a way to change this setting through a menu?
Comment #4
phantom21 commentedHi Bilmar,
Can you show you setup your view for this?
Thanks.
Comment #5
manuel.adanClosing this as outdated, 6.x version is no longer maintained.