$replace = '<!-- message -->'; $vbulletin->templatecache['postbit'] = str_replace($replace,'<div class=\"red\">'.$replace,$vbulletin->templatecache['postbit']); $vbulletin->templatecache['postbit_legacy'] = str_replace($replace,'<div class=\"red\">'.$replace,$vbulletin->templatecache['postbit_legacy']);$replace = '<!-- / message -->'; $vbulletin->templatecache['postbit'] = str_replace($replace,$replace.'</div>',$vbulletin->templatecache['postbit']); $vbulletin->templatecache['postbit_legacy'] = str_replace($replace,$replace.'</div>',$vbulletin->templatecache['postbit_legacy']);