alert!
I installed this and thought it was working great.. but for some reason, the Replace Word postdata plugin causes a weird error.
With this enabled, when you move a thread from one forum to another.... the first post gets stripped of data.
wtf is that all about?!
Here is my php code:
PHP Code:
$search = array(
'this1',
'this2',
);
$replace = array(
'that1',
'that 2',
);
$this->post['pagetext'] = str_replace($search, $replace, $this->post['pagetext']);