Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I want users to be able to give points to other users through "User Points"

I think it's the API: http://drupalcontrib.org/api/drupal/contributions!userpoints!userpoints.module/6 http://drupalcontrib.org/api/drupal/contributions!userpoints!userpoints.views.inc/6

I don't want to use views module, I'm looking for a PHP code to place it in template and to give point.

Thanks

share|improve this question

1 Answer

up vote 0 down vote accepted

Check nodevote module. It does something similar. You may use it directly or base your code on it.

If you want to use a more sofisticated solution with VotingAPI you can use userpoints_votingapi and use rate module for the widgets

Cheers.

share|improve this answer
Really Thanks, I'll try them. – Zim3r Jul 18 '12 at 10:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.