MyBB Community Forums

Full Version: Customizing Username Styles!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Here you will learn different types of username styles.

Are you getting bored of your user group with a color and bold? Want to add some spice maby!? Well you gonna learn how to addon more.

Here are your first steps

1. AdminCP -> Users and Groups -> Groups -> *Select the group you would like to add on too*

2. You now want to goto 'Username Style'.

Different Types of styles that you can use:

Text shadow:
<span style="color: green;text-shadow: 0px 0px 5px #39c70d;"><strong><em>{username}</em></strong></span>

To edit the text shadow color you change the color code:
Quote:text-shadow: 0px 0px 5px #39c70d;

Results of the text shadow:
[Image: 5v52q8.png]


Image Next To Name:
<span style="color: green;"><img src="images/buddies.gif">{username}</span>

To edit image next to name, change image directory:
Quote:<span style="color: green;"><img src="images/buddies.gif">{username}</span>

Results of image next to name:
[Image: 307p9oo.png]


Glitter name/background image on username:
<span style="color: green;background:url(http://i25.tinypic.com/2ntaf5z.gif);">{username}</span>

To edit glitter image or change image for background image:
Quote:<span style="color: green;background:url(http://i656.photobucket.com/albums/uu288...round6.gif);">{username}</span>

Result of glitter name(this image is an animation behind your name:http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif):
[Image: 2hp2m4w.png]


I hope you enjoyed my tutorial and use it on your forum! Big Grin

From,
Angel Smile.
/Moved Smile

Nice tut you've got there too Toungue
Thanks Big Grin
very nice!

id uses it in my forum
thanks man Great TuT
Thanks for that! Helped me alot Smile
Just wondering, do you have any more of those gifs?
(2010-07-23, 10:48 AM)fritzell Wrote: [ -> ]very nice!

id uses it in my forum

Thanks Big Grin

(2010-07-24, 12:13 AM)Shad0w Wrote: [ -> ]thanks man Great TuT

No problem Big Grin

(2010-07-25, 07:25 AM)Akoura Wrote: [ -> ]Thanks for that! Helped me alot Smile
Just wondering, do you have any more of those gifs?

No sorry, maby try searching for some :/
i am using this trick already. thanks a lot cause my forum now looks good.
is there anyway we can put "icon" or small images on the right side of username that show in the who's online?.
(2011-05-08, 06:11 AM)bestblackhatforum.com Wrote: [ -> ]i am using this trick already. thanks a lot cause my forum now looks good.
is there anyway we can put "icon" or small images on the right side of username that show in the who's online?.

Yes just take this :
Quote:<span style="color: green;">{username}<img src="img url here"></span>
how to increase the length of the text in username style
default max length is 200!

sorry my english not good!
Pages: 1 2 3 4