if (!function_exists('postbit_bg_injection')) {function postbit_bg_injection($subject){ global $bg_injection; $bgcolor = "#000000"; $search = '<div class="postbody">'; $replace = '<div class="postbody"\'.((is_member_of($post,array(6)))?\' style="background-color:'.$bgcolor.'"\':\'\').\'>'; $bg_injection = true; return str_replace($search,$replace,$subject);}}if (!$bg_injection) {$vbulletin->templatecache['postbit_legacy'] = postbit_bg_injection($vbulletin->templatecache['postbit_legacy']);}