Quote:
Originally Posted by Boofo
The problem almost has to be with this line. The old vb3 version used pagetext.
HTML Code:
$this->post['message'] = preg_replace($mepattern, '<b><font color=red>* ' . $this->post['username'] . ' $3</font></b>', $this->post['message']);
|
[high]$this->post['message'][/high] is a result of this function in class_postbit.php:
PHP Code:
function parse_bbcode()
{
$this->post['message'] = $this->bbcode_parser->parse($this->post['pagetext'], $this->forum['forumid'], $this->post['allowsmilie']);
}
Satan