Hello
There are modified with respect to labeling of nofollow for signature + Thread
This code
PHP Code:
$this->post['message'] = str_replace('target=', 'rel="nofollow" target=', $this->post['message']);
$this->post['signature'] = str_replace('target=', 'rel="nofollow" target=', $this->post['signature']);
The problem is that nofollow links include all
Is it possible exception link my domain?
Waiting for the experts
--------------- Added [DATE]1342509775[/DATE] at [TIME]1342509775[/TIME] ---------------
But I want to add
nofollow to
external links only, It's useful to increase the pagerank.
Please help.
--------------- Added [DATE]1342510342[/DATE] at [TIME]1342510342[/TIME] ---------------
Is this Works
?
PHP Code:
$this->post['message'] = str_replace('target=', 'rel="external nofollow" target=', $this->post['message']);
$this->post['signature'] = str_replace('target=', 'rel="external nofollow" target=', $this->post['signature']);