Please how to have nofollow sigs and dofollow post links?
--> / AdminCP / Plugins & Products / Plugin Manager / add rel=nofollow" to urls / Edit
And replace plugin code by:
Quote:
$this->post['message'] = str_replace('target=', 'target=', $this->post['message']);
if($vbulletin->options[reldofollowsig] == 'Yes'){
$this->post['signature'] = str_replace('target=', 'rel="nofollow" target=', $this->post['signature']);
}
|
that will not add nofollow to post links. Do only on your risk, but in my case worked