Code:
if ((!$this->registry->userinfo[userid]) OR (is_member_of($this->registry->userinfo, 1, 3)))
{
$this->post['message'] = preg_replace("!<a[^>]*(http|www)(.*)</a>!siU", $vbphrase[registerlink] , $this->post['message']);
}
That did work for me with 3.8.6. Patch Level 1.
But I would still like to see that there is a link... I mean, now people just don't see anything.
Not even a messege that they have to register to see the links.