Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » General vBulletin Section » vBulletin Modification Tutorials » [How To] set usernames in color/bold/italic
Reply
Page 1 of 2 1 2 >

 

  • Thread Tools
Old 08-19-2005, 12:10 PM   #1
GirlsOnTop
vB User

GirlsOnTop's Avatar

Activity Longevity
0/20 16/20
Today Posts
0/3 ssssss119
Location: Berlin
Age: 24
GirlsOnTop is on a distinguished road
Status: Offline Default [How To] set usernames in color/bold/italic
Hi,

as this question is often asked, and has been asked a few days ago again, i decided to write a Howto therefor

In this HowTo, the Administratorusergroup will be my example...

So this is what you have to do:
  1. Go to your Admincp
  2. Usergroups
  3. Usergroup Manager
  4. Change Usergroup - Administrators
  5. "Username HTML Markup"

If you look at Username HTML Markup, you have two fields.
The first one starts the HTML, the second one closes it again
So for example, let's say our Administrator is called 'bLeaK' and we want him to be displayed in bold and in red
Then we enter in the first field:
Code:
<b><font color="red">
The Second Field:
Code:
</b></font>
Now bLeaK is displayed as bLeaK
If you want bLeaK to be blue and bold, just replace the red between the two "
So here you have a list of the most used possibilites you have, of course you have more, as there it is HTML but you shouldn't need them.

To get a Username dislpayed in Bold, type into the first field:
Code:
<b>
and in the second:
Code:
</b>
To get a Username displayed in [i]Italic[/c], type into the first field:
Code:
<i>
and in the second:
Code:
</i>
To get a Username displayed in any color type into the first field:
Code:
<font color="<YOUR COLOR NAME>"
, for example
Code:
<font color="red">
to get a Username displayed in red, in the second field you have to enter then, doesnt matter what color you have chosen:
Code:
</font>
Pogo
Reply With Quote
Old 08-19-2005, 02:53 PM   #2
DarkRider
Coder

Activity Longevity
0/20 19/20
Today Posts
0/3 sssssss66
Location: Netherlands
Age: 27
DarkRider is on a distinguished road
Send a message via ICQ to DarkRider Send a message via MSN to DarkRider
Status: Offline Default
Wow, Pogo! Your first HTML experience :p
Reply With Quote
Old 08-19-2005, 03:08 PM   #3
GirlsOnTop
vB User

GirlsOnTop's Avatar

Activity Longevity
0/20 16/20
Today Posts
0/3 ssssss119
Location: Berlin
Age: 24
GirlsOnTop is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by DarkRider
Wow, Pogo! Your first HTML experience :p
Nah... that wasn't my first HTML experience...

[img]http://home.arcor.de/beautifool/****_mod_perl.jpg[/img]

:D
Reply With Quote
Old 03-28-2006, 12:57 AM   #4
Ohiosweetheart
Coder

Ohiosweetheart's Avatar

Activity Longevity
0/20 15/20
Today Posts
0/3 ssssss134
Location: NE. Ohio
Ohiosweetheart is on a distinguished road
Status: Offline Default
Question.... is it possible to have different usergroup colors on different styles?

For instance, I have 4 styles on my forum. On the default style, The admins are in dark red and mods are in blue. However, the second stye is rather dark, and you can barely see the admins and mods in those colors. So is it possible, or is there a hack, to customize the usergroups colors for each style?
Reply With Quote
Old 04-03-2006, 01:16 PM   #5
Arnoud
vBulletin Guru

Arnoud's Avatar

Activity Longevity
0/20 18/20
Today Posts
0/3 sssss3129
Location: Europe, Flanders
Arnoud is on a distinguished road
Send a message via MSN to Arnoud Send a message via Yahoo to Arnoud
Status: Offline Default
Nice guide, however, the <font> tag got deprecated, it is now adviced to use the <div> tag.

So instead of <font color="#00FF00">xyz</font> you might consider using <div style="color:#00FF00;">xyz</div>.

I haven't tried this yet though.

Last edited by Arnoud; 04-06-2006 at 09:28 AM. Reason: typo
Reply With Quote
Old 04-05-2006, 07:19 PM   #6
pieter
vB Newbie

Activity Longevity
0/20 14/20
Today Posts
0/3 sssssss19
Location: Nederland
Age: 50
pieter is on a distinguished road
Status: Offline Default
Thats funny and easy. Thx for this.
Reply With Quote
Old 05-24-2006, 07:29 AM   #7
scooby1
vB Newbie

Activity Longevity
0/20 16/20
Today Posts
0/3 ssssssss2
scooby1 is on a distinguished road
Status: Offline Default
thnx , it ws really helpfull
Reply With Quote
Old 05-31-2006, 10:32 PM   #8
Norman
Coder

Norman's Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 ssssss242
Location: [Italy]
Norman is on a distinguished road
Send a message via MSN to Norman
Status: Offline Default
Yeah, it's a guide for newbie! It's however usefull. :classic:

Quote:
Originally Posted by Ohiosweetheart
Question.... is it possible to have different usergroup colors on different styles?

For instance, I have 4 styles on my forum. On the default style, The admins are in dark red and mods are in blue. However, the second stye is rather dark, and you can barely see the admins and mods in those colors. So is it possible, or is there a hack, to customize the usergroups colors for each style?
I quote. I'm looking for.. :paranoid:
Nobody can reply here?
Reply With Quote
Old 06-27-2006, 12:17 PM   #9
CentraOne
vB Newbie

Activity Longevity
0/20 14/20
Today Posts
0/3 ssssssss1
CentraOne is on a distinguished road
Status: Offline Default
anyone know what is the code for rainbow color ?
Reply With Quote
Old 06-27-2006, 07:16 PM   #10
Nick R
vBulletin Guru

Nick R's Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 sssss4450
Location: Cyberspace, UK
Age: 30
Nick R is on a distinguished road
Send a message via MSN to Nick R Send a message via Yahoo to Nick R
Status: Offline Default
There's a mod of bb code for that. I have it but it never works. It just deletes the text xD
Reply With Quote

Reply
Page 1 of 2 1 2 >

« [How To] Run vBulletin On your P.C. | [How-To] Make A Hidden Category like vBulletin.org Uses »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
[How to] Set User Titles Rex vBulletin Modification Tutorials 24 11-20-2007 08:25 PM
[How to] Add navigation groups to your admincp left panel Ken Iovino vBulletin Modification Tutorials 11 07-16-2007 02:59 AM
[How to] submit a press release Rex Growing Your vB Forum 1 06-19-2006 06:36 PM



All times are GMT. The time now is 05:34 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!