question about COPPA user

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dcoy
    Member
    • Jun 2009
    • 46

    question about COPPA user

    can i change the color of a member who is on the COPPA user list? because its the same color as my moderators color

    thanks
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Usergroup Manager > Edit COPPA users > Username HTML Markup
    The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

    [opening tag]username[closing tag]

    Some HTML tags you might want to use here include:

    <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="font: 20px verdana;">username</span> = username

    You can also do combinations by using more than one attribute in the style property:

    <span style="font: 20px verdana; color: red;">username</span> = username

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • Dcoy
      Member
      • Jun 2009
      • 46

      #3
      i don't see a COPPA users on usergroup manager

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        Then what COPPA usergroup list are you talking about?

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools &lt;- awesome site for html/css help

        Comment

        Related Topics

        Collapse

        Working...