Posted by colan on January 16, 2007 at 5:41am
Allows users to rate other users. Each user's rating (the voting results) is displayed on his or her user page.
Currently, there is no explicit voting functionality. A vote can only be cast by calling the API function uservote_set_user_rating(). The API is as follows:
- uservote_set_user_rating($user, $vote)
- Rate a user.
- uservote_get_user_results($user)
- Gets a user's voting results from the cache/database.
Notes:
- User Vote depends on the Voting API.
- The "Ratings" section on user pages can only be seen with the proper permissions.
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Seeking co-maintainer(s)
- Development status: Maintenance fixes only
- Module categories: Evaluation/Rating
- Last modified: December 7, 2010