currently the userpoints value for each action seems to only be known to the administrator. is there any way to present the list of actions and their corresponding points value to non-administrators?
i would like to have a bit more transparency as to what actions gains points for the users. this is so that users can know what are the most valuable posts for a site, and perhaps even collaborate with the administrator to assign appropriate values to actions. this way, it would encourage greater participation and activity in the desired areas.
i posted the same on http://drupal.org/handbook/modules/userpoints
Comments
Comment #1
TheFazz commentedany comments, ideas?
Comment #2
kbahey commentedEverything you need to know is already in the userpoints_txn table.
It is not difficult to write a module that would display the rows from userpoints_txn anyway you want.
Comment #3
TheFazz commentedthanks for the response, kbahey. appreciate it.
only snag, is that i am not a coder - so will have to rely on somebody to introduce a module with this capability. :(