// begin glowing admin attempt
$post[specialusername] = $post[username];
if ($userinfo[usergroupid] == 5) { $post[specialusername] = "<table style=\"filter:glow(color=orange, strength=4)\"><tr><td>$post[username]</td></tr></table>"; };
// end attempt
so this is what i added
but always the same thing :
PHP Code:
// begin glowing admin attempt
$post[specialusername] = $post[username];
if ($userinfo[usergroupid] == 5) { $post[specialusername] = "<table style=\"filter:glow(color=orange, strength=4)\"><tr><td>$post[username]</td></tr></table>"; };
// end attempt
does nothing and
PHP Code:
// begin glowing admin attempt
$post[specialusername] = $post[username];
{ $post[specialusername] = "<table style=\"filter:glow(color=orange, strength=4)\"><tr><td>$post[username]</td></tr></table>"; };
// end attempt
Makes all user titles glow in orange...