Also if you want to add glow for only one or two users, and to add glow by userid this is the code to do that.
In addition to the above:
PHP Code:
$userid=$post[userid];
if ($userid== XXXX) { $post[specialusername] = "<table style=\"filter:glow(color=#0066CC, strength=4)\"><tr><td><font size='-1' color='white'><b>$post[username]</b></font></td></tr></table>";
}
Replace XXXX with the userid of the person who should have the glow in thier username.
Pretty simple edit, but I found it useful and figured I should post it.