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 releasesDateSizeLinksStatus
4.7.x-1.02007-Feb-228.76 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.
Development snapshotsDateSizeLinksStatus
4.7.x-1.x-dev2007-Jan-278.76 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.