Is there a way to change the links to dofollow?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- ihayredinov@ihayredinov

ihayredinov - 0 likes
- gagews@gagews

gagews - 0 likes
You must log in to post replies.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..