It works, Dean. Great job!
How do I get the whole line to be in red in this?
HTML Code:
$this->post['message'] = preg_replace($mepattern, '<b><font color=red>* ' . $this->post['username'] . ' $1</font></b>', $this->post['message']);
Right now it makes everything from the /me part on in red but if you have something like:
Quote:
The /me hack is working great now
|
The "The" at the beginning isn't bold or red.