Hi Frankfans117,
Please open file components/com_jajobboard/assets/rendfield.php and find
[PHP]case ‘URL’:
if ($value && substr($value, 0, 7) != ‘http://’) {
$value = ‘http://’ . $value;
}
$r = “<a target=’_blank’ href='” . $value . “‘>” . $value . “</a>”;
break;[/PHP]
change it to
[PHP]case ‘URL’:
if ($value && substr($value, 0, 7) != ‘http://’) {
$value = ‘http://’ . $value;
}
$r = “<a rel=’nofollow’ target=’_blank’ href='” . $value . “‘>” . $value . “</a>”;
break;[/PHP]
Hope this help.
<em>@frankfans117 357461 wrote:</em><blockquote>Hello,
can anyone know how to no follow the website url of employer’s company info page?
thanks</blockquote>
Regards