Example (no image):
Example (w/ image):
How to [IPB version]:
1) Go into the ACP > 'Members' > 'Member Groups' > 'Manage Member Groups'.
2) Click on the group you want to add the image to.
3) Go to 'Group Formatting Prefix' and use this code:
3.1) If you still want that group to have a special font/color/shadow, use this code:
4) Click
and you're done.
I recommend only using images that are 16x16.
Enjoy.
How to [MyBB version]:
1) Go into the ACP > 'Users & Groups' > 'Groups'.
2) Click on the group you want to edit.
3) Go to 'Group Formatting Prefix' and use this code:
3.1) If you still want that group to have a special font/color/shadow, use this code:
4) Click
and you're done.
Enjoy.
First part of the thread (IPB version) was originally posted by me on http://www.ForumCore.net/ , 2nd part of the thread (MyBB version) I added myself just now.
Example (w/ image):
How to [IPB version]:
1) Go into the ACP > 'Members' > 'Member Groups' > 'Manage Member Groups'.
2) Click on the group you want to add the image to.
3) Go to 'Group Formatting Prefix' and use this code:
Code:
<img src="YOUR IMAGE LINK HERE" />
3.1) If you still want that group to have a special font/color/shadow, use this code:
Code:
<img src="YOUR IMAGE LINK HERE" /><span style='color:EXAMPLE; font-family: arial; text-shadow: 1px 1px 4px EXAMPLE'></span>
4) Click
I recommend only using images that are 16x16.
Enjoy.
How to [MyBB version]:
1) Go into the ACP > 'Users & Groups' > 'Groups'.
2) Click on the group you want to edit.
3) Go to 'Group Formatting Prefix' and use this code:
Code:
<img src="YOUR IMAGE LINK HERE" /> {username}
3.1) If you still want that group to have a special font/color/shadow, use this code:
Code:
<img src="YOUR IMAGE LINK HERE" /><span style='color:EXAMPLE; font-family: arial; text-shadow: 1px 1px 4px EXAMPLE'>{username}</span>
4) Click
Enjoy.
First part of the thread (IPB version) was originally posted by me on http://www.ForumCore.net/ , 2nd part of the thread (MyBB version) I added myself just now.