MyBB Community Forums

Full Version: Get usernames to glow!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Something similar to what's attached. (More glow, or even animated)

Just wondering how I can get my usernames to have a unique tint or glow to them.
Users & Groups >> Groups >> *group* >> Username Style

You can add X/HTML in that box, just make sure the "{username}" is present.
(2011-01-12, 11:46 PM)pyridine Wrote: [ -> ]Users & Groups >> Groups >> *group* >> Username Style

You can add X/HTML in that box, just make sure the "{username}" is present.
He needs the html...


I don't know this html sorry.
The style element is "text-shadow". I don't know much about it so you'll have to look it up.
Try this:

<span style="color: #fefefe; text-shadow: 0px 0px 5px red;">{username}</span>

Edit the colors according to your need
Thank you!
Thank you so much guys. my forum now looks much more beautiful because of this. Thank you.

<span style="color: #fefefe; text-shadow: 0px 0px 5px red;">{username}</span>
red --> color of FONT TEXT
#fefefe ---> color of FONT BACKGROUND

now you can change this to anything that suits your needs.
Make sure to match light and dark colors for perfect blending.
<span style="color: green;background:url(http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif);text-shadow: 0px 0px 5px #39c70d;"><strong><em>{username}</em></strong></span>

I use that. I <3 it