global $vbulletin;if (THIS_SCRIPT == 'showthread' AND is_member_of ($user, 2)){ if ($user['field12'] == "GIRL") { $user['musername'] = '<span style="color:pink;">' . $user['username'] . '</span>'; } else { $user['musername'] = '<span style="color:blue;">' . $user['username'] . '</span>'; }}