I am looking for a module that gives users with the permissions to change their "label" ( not username ) on the site ( mainly the forum ). so when looking at a forum post, you will see there username, their avatar/pic, their label ( moderator, admin, whatever ), then whether or not they are online.

then end result i want is so users can see who the power users are whether they validate content, police the forums or just watch and make sure trolls are kept in check. any ideas?

using Drupal 6.15

Comments

vm’s picture

add a field to the profile in administer -> profiles
call it label or whatever you want

use some code in your tpl.php file to show the field.

polluxmr2’s picture

can you give me a link to an example of how to access profile data please?

scoutbaker’s picture

You might want to try the User Badges module.