I would like to have a way to display an assigned image for each role, such as under the user picture on the forum, or on different pages like a roster list.
Is there any (reasonably) easy way to do this? I've been doing searches for the last couple of days and can't seem to find a way that's doable for me (I have little to no coding experience--more no than little).

Comments

WorldFallz’s picture

iirc, there's a d7 version in the issue queue of the user_badges module.

Another option is to override theme_username, to add the role as a class, and simply add the images via css using background.

Miria’s picture

Thank you very much. I'll look into both of these ideas.