User Points by OG?
femrich - March 16, 2007 - 08:35
| Project: | User Points |
| Version: | 5.x-2.9 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
It would be very useful to be able to see User Points according to Organic Groups in which the point-generating events occurred. If a user were a member of two different groups, for example, the admin (and perhaps other users) could see point totals for each group, not just total points.
Also will second the proposal for an audit trail that tells not just how many points were earned, but how they were earned and when.

#1
"Also will second the proposal for an audit trail that tells not just how many points were earned, but how they were earned and when."
This part is already in the 2.x version. The new txn table has event (poll, post node, post comment etc), timestamp and description field to track all these.
On separating group points, I think what we need is just an add-on OG module (is it already exist?) and use 'event' field to distinguish different group.
#2
This part is already in the 2.x version. The new txn table has event (poll, post node, post comment etc), timestamp and description field to track all these.
Maybe I am missing something? I see a link for "users by points" in my navigation menu. This lists users and total points, but no reference to how points were earned. Similarly, user profiles list total points earned, but nothing more. The available points blocks also give only total points.
How do I access the detailed information in the txn table? Is it only available at the moment of point approval? Or can it be configured to persist as part of a block, such as incorporating it into the user points block, or into a record accessible to the admin?
Thank you.
#3
Fixed by the transactions tool contributed module.
http://drupal.org/node/146491
#4
#5
Another fantastic feature would be to display points for only the users of the organic group selected. For example, I currently have 3 organic groups on my site, but the user by points table/view displays all users instead of just one organic group.
Another way around this would be to add the userpoints fields into views, so custom views can be created with the various userpoints fields. THAT would be terrific.
Thanks for a great module!
-Geoff
#6
Has this been implemented? I'm trying to work out how to do it in views and can't find the right filter.