Closed (fixed)
Project:
User Karma
Version:
5.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2008 at 20:03 UTC
Updated:
8 Feb 2008 at 01:17 UTC
I want to display the voting widget on the user's profile page. How?
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.