v123shine
11-06-2011, 03:57 AM
I found this simple plugin.
I want set this plugin only work for styleid 1,3,8
This plugin i put in postbit_display_complete:
$link = array(
'href="http://www.site1.com',
'href="https://www.site1.com'
);
$word = array(
'href="http://www.site2.com',
'href="http://www.site2.com'
);
$this->post['message'] = str_ireplace($link, $word, $this->post['message']);
Please help me!!
Thank You
I want set this plugin only work for styleid 1,3,8
This plugin i put in postbit_display_complete:
$link = array(
'href="http://www.site1.com',
'href="https://www.site1.com'
);
$word = array(
'href="http://www.site2.com',
'href="http://www.site2.com'
);
$this->post['message'] = str_ireplace($link, $word, $this->post['message']);
Please help me!!
Thank You