Adding icons directly next to a username

Status
Not open for further replies.

Sønic

Active Member
1,134
2009
133
0
I'm sure this question has been asked & answered before, I'm just wondering how you add little icons next to a user based on his/her usergroup? I'm not sure if this a feature custom to WJ or just some simple HTML markup / plugin installation.

Thanks.
 
3 comments
Usergroups > Usergroup Manager > Edit the usergroup you want.

Username HTML Markup (Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who's Online, Users Browsing Forum, Users Browsing Thread, Posts, Member List etc.)

You should know your html. :|

4729756423.png
 
All you need to do is add the HTML image tag next to the custom usergroup colour.

For example at the moment you might have something like:

Code:
<font color="red"><strong>

Then just add this before it:

Code:
<img src="IMG LINK" alt="IMG TITLE" />

It should now look like this:

Code:
<img src="IMG LINK" alt="IMG TITLE" /><font color="red"><strong>

Hope this helped.
 
Status
Not open for further replies.
Back
Top