Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Li Jinfeng Friend
    #184469

    Hello,
    can anyone know how to no follow the website url of employer’s company info page?
    thanks

    HeR0 Friend
    #481629

    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

    Li Jinfeng Friend
    #481990

    thanks!!!!!!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Li Jinfeng 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum