Quote:
Originally Posted by iglow
|
When you say the latest vbulletin, do you mean the latest vb 3.8, or the real latest 4.x?
If it's 4.x try changing this line from:
Code:
$this->post['message'] = preg_replace("!<a[^>]*(http|www)(.*)</a>!siU", $vbphrase[nolink], $this->post['message']);
to:
Code:
$post['message'] = preg_replace("~<a[^>]*(http|www)(.*)</a>~siU", $vbphrase[nolink], $post['message']);