Hello, First my deep gratitude for this nice useful module.
I was wander about some issues[I am also using nodevote module, an voteAPI]:
1. Is there a way to add the point's on a user node to his own points "bank"? I will be happy if someone did it and can explain me how to.
2. Regarding all the userpoints tables. Are this views? cuase I can't find them in the views. If not, How can I manage them differently? For example, The operation section show me "insert" for all of the earning points types, and I would it to actully show the name of the... article, post, comment, etc.
3. Seems like several word's arn't in the translate system and I can't change them for my language site.
I will be happy for an help here
Sorry for the bad english

Comments
Answers
Not sure what you are asking. Userpoints are attached to users, not to nodes.
There are two tables, userpoints and userpoints_txn.
You can retrieve the data from _txn and display pages with whatever terminology you want around that data.
Please create working, tested and properly formatted patches as per http://drupal.org/patch, and submit them to the issue queue.
Drupal performance tuning, development, customization and consulting: 2bits.com, Inc..
Personal blog: Baheyeldin.com.
Drupal performance tuning, development, customization and consulting: 2bits.com, Inc..
Personal blog: Baheyeldin.com.
responses...
Is there a way to add the point's on a user node to his own points "bank"? I will be happy if someone did it and can explain me how to.
Take a look at userpoints_basic as it is a good basic example of how userpoints work. Points are granted to a user and NOT to a node. They can be granted for anything for any reason IF you write a custom module otherwise you can use any of the methods available in the userpoints contributed modules.
Regarding all the userpoints tables. Are this views? cuase I can't find them in the views. If not, How can I manage them differently? For example, The operation section show me "insert" for all of the earning points types, and I would it to actully show the name of the... article, post, comment, etc.
There is a views module that you need to enable before you can see the points, in relation to a user, available to views. If you want to use the default reports you can theme this report using the theme_ functions
Please let us know what these words are.
-Jacob Redding
Thanks all for the
Thanks all for the unswer's.
Maybe it's better to make myself clearly:
1. I under that userpoints give points to the user for his actiosns on the site. what I want is to add to this points poll the points given to his article for example, and make a sum out of them all. ovieslly using some voting module.
The second question - I have the views module, ehat I was asking is for a way to change what the userpoints tables include(not the look).
kbahey - Thanks, will get into that, since its importent for no english site to be a full no english site. Yet, I didnt comletlly understood what am I sepose to do..
Amir Taiar | Partner & CTO at Reasonat
voting api
http://drupal.org/project/userpoints_votingapi
this is probably what you are looking for. If not you may have to build your own custom module but the main idea of the userpoints module is that it is a core and a foundation. Building a custom module around userpoints is easy and quick.
look at userpoints_views.inc if it is not providing what you want.
-Jacob Redding
-Jacob Redding