Different colour for staff in lavalair

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Different colour for staff in lavalair

    Can anybody help me.. I wanna have different colour for staff members in lavalair. Ex. Red for owner. Green for head admin etc. Any body pls help..!

    #2
    Code:
     $lnk = "<a href=\"index.php?action=viewuser&amp;who=$item[2]\">$item[0]<a/>";
          if($item[1]==1)
          {
            $item[1] = "<a href=\"index.php?action=viewuser&amp;who=$item[2]\"><b><font color=\"yellow\">$item[0]</b><a/>";
    
          }else if($item[1]==2)
          {
            $item[1] = "<a href=\"index.php?action=viewuser&amp;who=$item[2]\"><b><font color=\"PINK\">$item[0]</font></b><a/>";
    
         }else if($item[1]==3)
          {
            $item[1] = "<a href=\"index.php?action=viewuser&amp;who=$item[2]\"><b><font color=\"VIOLET\">$item[0]</font></b><a/>";
        }else if($item[1]==4)
          {
            $item[1] = "<a href=\"index.php?action=viewuser&amp;who=$item[2]\"><b><font color=\"BROWN\">$item[0]</font></b><a/>";
        }else if($item[1]==0)
          {
            $item[1] = "$lnk";
    
          }
    echo "$item[1] > ";
    
    
        }
    com site: http://vampist.net
    download site: http://wapdloads.net
    fb: http://www.facebook.com/pmplx

    Comment


      #3
      Where would i add this????? xxx

      Comment

      Working...
      X