• Welcome to ForumKorner!
    Join today and become a part of the community.

Add Prefix Icons [MyBB & IPB]

Sanctuary

User is banned.
Reputation
0
Example (no image):
9yT6P.png


Example (w/ image):
ipZfN.png




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
MyqIB.png
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:
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
f55a3.png
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.
 

Kyles

User is banned.
Reputation
0
@LeakersBB Try using www.iconfinder.com

OP: Very nice thread, detailed and using images to help. This will help lots of users for both IPB and MyBB.
 
Top