Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
The user karma module doesn't provide any means of voting. All it does, is keep track of your users' karma based on the votes given to their nodes and comments.
So it doesn't so something like allow a visitor to go to a user's profile page and click on 1-5 to rate that user? Not based on a node or a comment, but just plain rating of a user. See http://savannahnow.com/user/164429 for an example.
Comments
Comment #1
mercmobily commentedHi,
Go to Admin -> Settings -> Drigg look&feel
In the "Code to get the voting forms" fields, add:
return extra_voting_forms_show_form($node,'n',3);
Bye!
Merc.
Comment #2
stevenpatzthere is no Admin->Settings->Drigg look&feel
Do I need to install another module to get this working?
Comment #3
mercmobily commentedHi,
My apologies, I assumed you were using Drigg...
The user karma module doesn't provide any means of voting. All it does, is keep track of your users' karma based on the votes given to their nodes and comments.
So, I am not sure how to answer your question...!
Merc.
Comment #4
stevenpatzSo it doesn't so something like allow a visitor to go to a user's profile page and click on 1-5 to rate that user? Not based on a node or a comment, but just plain rating of a user. See http://savannahnow.com/user/164429 for an example.
Comment #5
mercmobily commentedHi,
Sorry, it doesn;t!
Merc.