![]() |
I prefer to have it retroactively change the links - will the file base hack help me?
- it doesn't seem to work retroactively or at all with the pluggin.. what could I be doing wrong? - my templates are from 3.0.3 - I fear this is the problem.. Thank you, |
Excellent Mod! Thanks ... working wonderfully on 3.6.4 forum!
|
Thanks for this nice one.
I found few questions same as I have, but didnt see the answer. Could there be a white list or at least to omit nofollow for internal forum_own links? I have removed post condition so there is too many links now with nofollow for my board... Thank you!!! |
Quote:
Another great add on would be the ability to control which forums the no-follow tags are added too.....certain forums that I control I am OK with outgoing no-follow links. |
Awesome plugin, kall; works flawless with 3.6.3. ;)
|
This mod doesn't seem to be working for me. I'm using VB 3.5.7 but none of my users' links in posts appear to be inheriting rel=nofollow except for their signatures and vbshout posts where all links are inheriting it. Anyway I'm assuming it's conflicting with something obviously. Has anyone else seen this and what can I do about it?
Thanks... $this->tag_list['no_option']['url']['callback'] = 'handle_external'; $this->tag_list['no_option']['url']['external_callback'] = 'handle_bbcode_url_relnofollow'; $this->tag_list['option']['url']['callback'] = 'handle_external'; $this->tag_list['option']['url']['external_callback'] = 'handle_bbcode_url_relnofollow'; if (!function_exists('handle_bbcode_url_relnofollow') ) { function handle_bbcode_url_relnofollow(&$parser, $text, $link) { global $post; // Excempt Mods+ and Users with mor then 50 Posts $parsedurl = $parser->handle_bbcode_url($text, $link); if (is_member_of($post, 6, 7) OR $post['posts'] > 50) { return $parsedurl; } else { return str_replace('href="', 'rel="nofollow" href="', $parsedurl); } } } |
How can I exclude my own domain from rel=nofollow?
|
Thanks for this plugin. Works great for me on 3.6.5.
Only one issue is that Sig links are not NoFollow. |
Quote:
On the other hand I have a very active moderator group so 'spam' posts are usually caught quickly and the links removed or the post (or posts) are deleted and the poster banned (I use Spam Decimator for 2 click convenience - the moderators love it) usually within minutes (there's almost always a mod or me on 24/7). Well, now I'm off to check some page source to see if it's working as intended or not. BTW - Running vB 3.5.6 |
I want rel="nofollow" only applied to all outbound links. No matter who posts them. How can this be done?
|
All times are GMT. The time now is 02:40 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|