Here are a few username effect tutorials for MyBB users:
1) Go to the Admin CP, then go to Users and Groups->Groups and then select the group you want to add the effect to.
2) Choose the username style box and enter...
How to Add Glitter to a Username
*Here is the perfect link to use for the glitter effect:
http://i1212.photobucket.com/albums/cc45...a0e655.gif
How to Add an Image Next to the Username
How to Add Text Shadow
*To edit the shadow just change the color code.
1) Go to the Admin CP, then go to Users and Groups->Groups and then select the group you want to add the effect to.
2) Choose the username style box and enter...
How to Add Glitter to a Username
PHP Code:
<span style="color: green;background:url(YOUR IMAGE LINK HERE);">{username}</span>
*Here is the perfect link to use for the glitter effect:
http://i1212.photobucket.com/albums/cc45...a0e655.gif
How to Add an Image Next to the Username
PHP Code:
<span style="color: green;"><img src="images/buddies.gif">{username}</span>
How to Add Text Shadow
PHP Code:
<span style="color: green;text-shadow: 0px 0px 5px #0FFFF;"><strong><em>{username}</em></strong></span>
*To edit the shadow just change the color code.
~ Vini Vici ~