Thank you very much Lynne for help!
I have found this thread
https://vborg.vbsupport.ru/showthrea...ht=str_replace it is acutually very helping, this is just what i needed but:
i did 2 plugins
1st
Quote:
$search = array(
'what',
);
$replace = array(
'[.URL="http://www.what.com"]what[/URL]',
);
$this->post['pagetext'] = str_replace($search, $replace, $this->post['pagetext']);
|
and the other
Quote:
$search = array(
'what',
);
$replace = array(
'[.URL="http://www.what.com"]what[/URL]',
);
$this->post['pagetext'] = str_replace($search, $replace, $this->post['pagetext']);
|
(without these red dots)
and is seemingly works very fine but what i'm writing a post and take twice 'preview post' and then 'submit reply' it becomes like this:
Uploaded with
ImageShack.us
Need some further help