DamasGate
06-01-2018, 10:23 PM
Hello,
I use this plugin to find and replace words in postbit
$word = array
('112211221122',
'333355555333');
$link = array
('1111111111111',
'2222222222222');
$this->post['message'] = str_replace($word, $link, $this->post['message']);
Now I need to do for thread title?
Can I change this part
$post['message']
To
$thread['threadtitel']
Or what ?
Thanks in advanced
I use this plugin to find and replace words in postbit
$word = array
('112211221122',
'333355555333');
$link = array
('1111111111111',
'2222222222222');
$this->post['message'] = str_replace($word, $link, $this->post['message']);
Now I need to do for thread title?
Can I change this part
$post['message']
To
$thread['threadtitel']
Or what ?
Thanks in advanced