User colors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Langly
    Member
    • Dec 2005
    • 96

    User colors

    How can I make the admin and moderators have their own colors in the online user list instead of the default blue?
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    Remember it shows in IE 6 and most likely not in any other browser


    Adding image to username (keep the image path short)
    Is it possible to assign an image to appear next to the users name on posts and profile but not on the whos online list? Thanks.



    Username
    Goto AdminCp>>Usergroups >> Usergroup Manager >> Edit Usergroup-->Username HTML Markup
    Add the following code below, that corresponds to your question
    .
    1. Click image for larger version

Name:	UserGroup Color.PNG
Views:	1
Size:	15.8 KB
ID:	3667837
    2. Click image for larger version

Name:	Username HTML Markup.PNG
Views:	1
Size:	19.7 KB
ID:	3667838



    Custom Title
    Goto AdminCp>>vBulletin Options>>User Profile Options-->User Title Maximum Characters

    Enter the number 50 then increase if more space is needed
    Then try it out in your User Control Panel>>Edit Profile-->Custom User Title Field
    Add the following code below

    <span style="font-weight: bold;">username</span> = username
    <span style="font-style: italic;">username</span> = username
    <span style="text-decoration: underline;">username</span> = username
    <span style="color: red;">username</span> = username
    <span style="color:rgb(255,0,0);">username</span> = username
    <span style="color:#FF0000;"><b>username</b></span> = username
    <span style="font: 20px verdana;">username</span> = username
    <span style="font: 20px verdana; color: red;">username</span> = username
    <span style="font:bold italic 16px times new roman;" >username</span> = username
    <span style="font-variant:small-caps;" >username</span> = UserName
    <span style="background-image:url('image.gif')" >username</span> = username (with a image in background)
    <span style="background-color:#FFCCCC;">username</span> = username
    <span style="border:black solid 3px;">username</span> = username (with outline boarder)
    <span style="cursor:wait;" >username</span> (hover cursor to see the hourglass)

    Glow In IE only: hint?...strenght is thickness of glow
    <table style="filter:glow(color=#FF6600, strength=4)">username</table>
    <span style="filter:glow(color=#FF6600, strength=4">username</span>

    Comment

    • Langly
      Member
      • Dec 2005
      • 96

      #3
      Wow, thats nice. How can I make any admin in bold red though? Like this:

      <span style="color:#FF0000;"><b>username</b></span> =
      username

      I have two admins is why I'm asking.

      Comment

      • Jose Amaral Rego
        Senior Member
        • Feb 2005
        • 11058
        • 1.1.x

        #4
        Follow the info for USERNAME, then place this part in first box <span style="color:#FF0000;"><b> | This will be in the second box </b></span>

        Comment

        • Langly
          Member
          • Dec 2005
          • 96

          #5
          Sweet, thanks

          Comment

          • feldon23
            Senior Member
            • Nov 2001
            • 11291
            • 3.7.x

            #6
            How about:

            HTML Code:
            <span style="color: red; font-weight: bold;">username</span>

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...