In Drupal 7, the User Points module is tweaked in the Configuration area. Four tabs are presented. The last tab 'POINT SETTINGS' controls basic functions of this feature. Most of the 'Core Points Settings' are self-explanatory; the "Listings" section values control how the data appears when you utilize the first tab 'TOTALS'. (see userPointsTabs.png)

The sections in the 'Additional Points Settings' are dependent upon other modules you have enabled. (See addPointsSet.png) For this example, modules currently enabled are depicted in userPointsMods.png.

AttachmentSize
userPointsTabs.png56.46 KB
addPointSets.png42.44 KB
userPointsMods.png21.82 KB

Comments

phantom21’s picture

I would like to create a view similar to the Totals tab. One of the options for listing under point settings is "Display zero point users." I would like to display zero point users in my view too.

Does anybody know how to do this using the Views UI?

BTW, I have created a view that shows users and their points in any one category. It works fine, but it does not display users with zero points.

phantom21’s picture

Hi,
I award user different types of points. I would like to create a table using the views UI showing points earned by members in each category. So it will be something like this:
Username category 1 points category 2 points category 3 points
xyz 100 50 20

Has anybody done this using the views UI? I am able to create a table for any one category, but don't know how to do it for multiple categories.

Thank you.