Dofollow

Is there a way to change the links to dofollow?

  • The code responsible for rel="nofollow" is located in views/default/output/url

    Depending on what your needs are:

    1. You can overload the output/url view by your plugin if you need to change that across your site (not a very secure choice)

    2. You can pass 'is_trusted' => true as a parameter to elgg_view('output/url', $params) if this concerns only a particular link

  • Thanks for the information..  appreciated..

     

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking