UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

rel=Nofollow in blog links

romagromov · ·
9:51 PM Sunday, 27 January 2013
None
EasyBlog have option "Add nofollow tags in links"
But sometimes I need link displays without this tag.
I use modified code in /components/com_easyblog/views/entry/view.html.php

// @task: Add rel="nofollow" if necessary.
if( $config->get( 'main_anchor_nofollow' ) && $blog->created_by != 2313 )
{
$blog->content = EasyBlogHelper::addNoFollow( $blog->content );
}


where 2313 is user ID - and all links in all blogs froms this user have no nofollow tag.

Can you add new option in admin panel? something like this:

http://monosnap.com/image/FACrkF89XUFiTZu2MB1ylc1q6.png


Then.

Is it real to use nofollow tag only for external links, not for internal links?
For example:

Add nofollow tags in external links - Yes/No
Add nofollow tags in internal links - Yes/No
The replies under this section are restricted to logged in users or users with an active subscription with us