------------------------------------------------------------------------------ User Badges Module for Drupal developed by: Jeff Robbins | jjeff | robbins (att) jjeff (d0t) com ------------------------------------------------------------------------------ Description =========== The User Badges module allows each user to be assigned 'badges', displayed as a series of iconic images. A common use will probably be to display the badges along with the user's information within forums, comments, or node postings. These badges can be assigned indiviually by the administrator or attached to a role so that, for example, all users in the 'admin' role will show the 'Administrator' badge which could display as any graphic. User Badges can be used as a way to establish trust (in the same way as eBay's star graphics) or as an incentive for users. They can also be a quick way to identify moderators, administrators, or anyone with a given role. Limitation ========== User Badges is not compatible with the "private" file download method. Dependencies ============ In order to upload images via the user interface, user badges depends on: * Upload Configuration ============= Once the module is activated, go to Administer >> User management >> Badges (admin/user/user_badges). Here you'll find three tabbed sections for User Badges. * Edit user badges - allows you to add and edit badges. * Images - where you can upload or delete images to associate with each badge. * Roles - where you can associate a badge with a given roleso that all users with that role will display the selected badge. Users with the 'manage badges' access permission will be shown a 'Badges' tab when visiting user profiles. This is the place to manually assign badges to users. Display badges ============== To display user badges in your theme use : Note: $uid means 'a user id' here, not the literal use of $uid. Most people will use the uid of the node ($node->uid) or comment ($comment->uid) author. Current maintainer =================== Heine Deelstra (http://drupal.org/user/17943)