Oh, yes.
PHP Code:
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']);}
See, if that's the case, you only need the postbody to change. :> I thought you meant you wanted the UserInfo bit of the postbit to change as well.
Okays, time to get to work. If you have trouble or questions, post 'em and I'll help when I get back (unless someone else helps ya first).
--------------- Added [DATE]1330502363[/DATE] at [TIME]1330502363[/TIME] ---------------
I take the lack of response as heartening. :> You got it to work okay, I presume?