Quote:
Originally Posted by Mastar
my visiti admins/mods & subscribers colors didn't change! How do I change them?
|
Open your plugin manager and select the glow hack
in the edit pannel you will find something like this
PHP Code:
if ($usergroupid == 6)
{
$post[musername] = "
<table style=\"filter:glow(color=red, strength=5)\">
<tr>
<td>
<font class='bigusername' color='white'>
<b>$post[username]</b>
</font>
</td>
</tr>
</table>";
}
You can do it by usergroup id, and alter the color where it says color and strength