User Vote
colan - January 16, 2007 - 05:41
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.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 4.7.x-1.0 | 2007-Feb-22 | 8.76 KB | Download · Release notes | Recommended for 4.7.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 4.7.x-1.x-dev | 2007-Jan-27 | 8.76 KB | Download · Release notes | Development snapshot | |
