PDA

View Full Version : UserGroups Title Bar Issues


Terrablade
10-25-2013, 10:22 PM
Here is my question. I made some of the Usergroups to GLOW as seen on the picture here posted http://prntscr.com/1zpwcy ..

The issue now is, as you see with head Administrator it has a little icon next to it. When trying to add the glowing code to it ex. <img src="/images/forumicon/6.png">
<span style="color:#6495ED;font-weight:bold;text-shadow: 1px 1px 10px white;"> </span>

It doesnt add the icon and makes a mess.. how to be able to add the icon and have the usergroup glow the way I want it to.

The other issues is, if you see the background of where the usergroups are placed is gray, i want to make it black. how can I do this?

Thanks

--------------- Added 1382748444 at 1382748444 ---------------

Ahhh crap. Username HTML Markup i guess it has limitations on the chars you can include in the box. Is there a way to override this or make it accept more chars?

Digital Jedi
10-26-2013, 01:06 AM
I don't know that there's a simple way to increase the character count, without file editing, or possibly it's a setting in PHP. Though, if you're not already using User Ranks, you can position your user rank image beside the user name instead.

ozzy47
10-26-2013, 01:13 AM
What I would do is add something like this to your additional.css

.admin
{
color:#6495ED
font-weight: bold;
text-shadow: 1px 1px 10px white;
}

Then for your Admin group use this.

First box
<img src="/images/forumicon/6.png"><span class="admin">
Second box
</span>

Follow that same format for all your usergroups, that way you don't have to do file edits. :)

Terrablade
10-26-2013, 08:18 AM
Just found an easier way, 3 hours reading in google lol..

Just had to increase the allowed chars in usergroup table ( opentag ) and works like a charm.
Thanks folks.