How to add an image near usergroup?

Bruteforce™

Up-and-Coming Sensation
Joined
Jun 13, 2011
Messages
437
Reaction score
0
FP$
6
How to add an image near usergroup, and all the members of the certain group to have the image near their usernames?

I'm using MyBB.
 
Hellow, Fellow these Instruction,

1 : Put this code in your Admin panel before your usergrop >> admin <<


Code:
<img src="angry.gif" alt="Angry face" width="32" height="32" />

here you can change your image : Angry.gif : Angry face will be shown , When your mouse Click on Image, ANGRY FACE , and width and height , which you want ,


Enjoy Thanks, if you feel difficulties about this just let me know ,
 
Mind up seeing ? The usergroup Registered are getting their groups color changed , also Admin and group get < after their name.
 
No you didn't. And anyway i don't need it anymore , Kavin told me the code.
 
This is the css we use @ AF , You could use it in mybb somehow 🙂

Code:
padding-left: 17px;
background: transparent url(image link) no-repeat center left;
 
ShadyX said:
This is the css we use @ AF , You could use it in mybb somehow 🙂

Code:
padding-left: 17px;
background: transparent url(image link) no-repeat center left;


There's no way to use that code for mybb , thanks but still kavin gave me the code.
 
Huh. You pm'ed me and I replied with the code.<br /><br />-- 29 Jul 2011, 18:27 --<br /><br />Sent: Today, 15:37
by Spazmatic

<span style="color: red;"><strong><em><img src="imageurl">{username}</em></strong></span>
 
Bruteforce™ said:
ShadyX said:
This is the css we use @ AF , You could use it in mybb somehow 🙂

Code:
padding-left: 17px;
background: transparent url(image link) no-repeat center left;


There's no way to use that code for mybb , thanks but still kavin gave me the code.
Actually you can that is css you just have to put in into your stylesheet.
 
Back
Top Bottom