Quote:
Originally Posted by AGISB
Is it possible to only change links in posts and leave signatures alone? I like to allow some usergroups to get a benefit of the page rank but leave the spammers out.
|
Go into the plugin manager and edit the plugin named: add rel=nofollow" to urls
Then delete this line:
PHP Code:
$this->post['signature'] = str_replace('target=', 'rel="nofollow" target=', $this->post['signature']);
Save it and it will only change the URLs in posts and not signatures