I want to display the voting widget on the user's profile page. How?

Comments

mercmobily’s picture

Hi,

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.

stevenpatz’s picture

there is no Admin->Settings->Drigg look&feel

Do I need to install another module to get this working?

mercmobily’s picture

Hi,

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.

stevenpatz’s picture

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.

mercmobily’s picture

Status: Active » Closed (fixed)

Hi,

Sorry, it doesn;t!

Merc.