
02-22-2010, 01:49 PM
|
 |
|
|
Join Date: Apr 2005
Posts: 719
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by wolfyman
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']);
|
Any ideas out there?
|