Control "nofollow" URLs

Control "nofollow" URLs 2.2.3

No permission to download
is there a [Control "follow" URLs addon] as well?

I need to set some nofollows to follow
 
That's what this add-on does.

It allows the usergroups you specify in the SEO Options to NOT have rel="nofollow" attached to their URLs and signatures.
 
That's what this add-on does.

It allows the usergroups you specify in the SEO Options to NOT have rel="nofollow" attached to their URLs and signatures.

Sorry to interupt again Chris.....so your addon can set the "nofollow" to "follow" in the visuals shown below with the red arrows marked?




nof2.webp nof1.webp
 
That's what this add-on does.

It allows the usergroups you specify in the SEO Options to NOT have rel="nofollow" attached to their URLs and signatures.

Hi Chris. Sorry for bothering again. I really need to set all the nofollow links [postbit/membercard/profile] to Follow.
Your add on seems [seems] not to do this. Would you be so kind to help me bit further please?
 
You just need to edit the templates for that. You don't need an add on.
 
Is it possible to use nofollow for moderators? Can it be integrated?
I would like nofollow for moderators. It's going to make a huge difference on my forum.
 
It would be nice to have nofollow for everything. Also Moderators and Administrators and just have a whitelist with the domains that are allowed to follow.
 
Ok, I'm using this now.

Nofollow for everyone (Also Moderators and Administrators)

Edit this file:
library/XenForo/ViewPublic/Helper/Message.php

find
HTML:
        $options['states'] += array(
            'noFollowDefault' => $options['noFollow']
        );

and replace with
HTML:
        $options['states'] += array(
            'noFollowDefault' => true
        );

Thanks to Jake
http://xenforo.com/community/threads/make-all-links-nofollow.28833/

It's not ideal to edit files, but this is the only option now.
 
What are you expecting to happen?

There would need to be links in the General Information text for this add-on to do anything.
 
Back
Top Bottom