PDA

View Full Version : Colored names for admins


Virtex-II
04-10-2004, 06:34 PM
How can i make the name of the admin appera colored bold and italic?

I mean how you do here for moderators and admins :o


Thanks

Vb-Hispano
04-10-2004, 06:42 PM
en admincp >> usergroups >> Username HTML Markup

HELP

The first field is the openning tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

[openning tag]username[closing tag]

Some HTML tags you might want to use here include:

<b>username</b> = username
<i>username</i> = username
<u>username</u> = username
<font color="red">username</font> = username
<font size="4">username</font> = username

Zachery
04-10-2004, 06:43 PM
AdminCP > Usergroup > Usergroup Manager > Click on Go for the usergroup you want to give a special look to > Scroll down to HTML MARKUP

first box add start tags like

<b><i>

second box add end tags

</i></b>

save :)(

Vb-Hispano
04-10-2004, 06:44 PM
AdminCP > Usergroup > Usergroup Manager > Click on Go for the usergroup you want to give a special look to > Scroll down to HTML MARKUP

first box add start tags like

<b><i>

second box add end tags

</i></b>

save :)(

Sorry zachery ;)

Virtex-II
04-10-2004, 06:51 PM
Thanks guys..... :o

Sorry if it was a stupid question but I am new on vBulletin :o


All the best :squareeyed:

Virtex-II
04-10-2004, 06:56 PM
Excuse me I did it but I can see it only in the Currently Active Users box....what do I have to do to see it everywhere like you do here :o

neocorteqz
04-10-2004, 07:03 PM
Thanks guys..... :o

Sorry if it was a stupid question but I am new on vBulletin :o


All the best :squareeyed:
hey, it's how you learn. :)

Virtex-II
04-10-2004, 07:09 PM
hey, it's how you learn. :)


Thanks a lot :nervous:

Zachery
04-10-2004, 07:15 PM
Unless youve modifed your postbit template it should showup everywhere

Exero
04-13-2004, 11:21 AM
aaaah finaly i found how to do it
i though it was a hack/template edit :P