sorry for the bump, but this does not seem to be working when I added a plugin to postbit_display_complete. is there something that needs to be changed to make it applicable to vb5?
it just doesn't modify the post at all
PHP Code:
$pattern = htmlspecialchars('/(>.*)/');
$replacement = '<span style="color:#789922">$1</span>';
$this->post['message'] = preg_replace($pattern, $replacement, $this->post['message']);