Very nice plugin. For anyone who also wishes that external links open in a new page you can change this in the plugin.
After:
$m[5] = (mb_strpos($m[5], 'rel="') === false) ? 'rel="nofollow"'.$m[5] : str_replace('rel="', 'rel="nofollow ', $m[5]);
Add:
$m[6] = (mb_strpos($m[6], 'target="') === false) ? 'target="_blank"'.$m[6] : str_replace('target="', 'target="_blank ', $m[6]);
Change
return '<a'.$m[1].'href="http'.$m[3].'://'.$m[4].'" '.$m[5].'>';
To:
return '<a'.$m[1].'href="http'.$m[3].'://'.$m[4].'" '.$m[5].' '.$m[6].'>';
Скачивается зип-архив сборки всей Сиенны - так и должно быть?
Thanked: 5 раз
Very nice plugin. For anyone who also wishes that external links open in a new page you can change this in the plugin.
After:
$m[5] = (mb_strpos($m[5], 'rel="') === false) ? 'rel="nofollow"'.$m[5] : str_replace('rel="', 'rel="nofollow ', $m[5]);
Add:
$m[6] = (mb_strpos($m[6], 'target="') === false) ? 'target="_blank"'.$m[6] : str_replace('target="', 'target="_blank ', $m[6]);
Change
return '<a'.$m[1].'href="http'.$m[3].'://'.$m[4].'" '.$m[5].'>';
To:
return '<a'.$m[1].'href="http'.$m[3].'://'.$m[4].'" '.$m[5].' '.$m[6].'>';
Thanked: 1 раз
this plugin should be integrated into to cotonti core files.