|
¿How to Add rel="nofollow" to the links of the posts?
|
|
08-08-2009, 04:44 PM
Post: #1
|
|||
|
|||
Well, I want to know how can I Add the rel="nofollow" to the links on the posts?
Thanks! vBulletin/Wordpress/Magento/MyBB Developer and Designer |
|||
|
08-08-2009, 05:58 PM
(This post was last modified: 08-08-2009 05:59 PM by MattRogowski.)
Post: #2
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
Line 858 of ./inc/class_parser.php:
PHP Code: $link = "<a href=\"$fullurl\" target=\"_blank\">$name</a>"; replace with: PHP Code: $link = "<a href=\"$fullurl\" target=\"_blank\" rel=\"nofollow\">$name</a>"; Download My Plugins My Personal Site - Twitter |
|||
|
08-08-2009, 08:31 PM
Post: #3
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
(08-08-2009 05:58 PM)MattRogowski Wrote: Line 858 of ./inc/class_parser.php: Really thanks for that Matt!!!
vBulletin/Wordpress/Magento/MyBB Developer and Designer |
|||
|
08-09-2009, 05:58 AM
(This post was last modified: 08-09-2009 06:02 AM by FBI.)
Post: #4
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
Thanks Matt
![]() regarding this http://en.wikipedia.org/wiki/Nofollow and this http://googleblog.blogspot.com/2005/01/p...-spam.html It's better to implement those one. And how to include anonym link refer with that idea?
Welcome to MyBB Indonesia. Get your local Bahasa (language) support directly from us. Let's grow together with The Best Opensource MyBB Software!
|
|||
|
08-09-2009, 09:58 AM
Post: #5
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
This is a great idea so I made a plugin for it http://community.mybboard.net/thread-54469.html
Need help? Have you seen this? |
|||
|
08-09-2009, 12:44 PM
Post: #6
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
(08-09-2009 09:58 AM)TimB. Wrote: This is a great idea so I made a plugin for it http://community.mybboard.net/thread-54469.html Is good Tim, I preffer to do it manually
vBulletin/Wordpress/Magento/MyBB Developer and Designer |
|||
|
02-06-2010, 04:53 AM
Post: #7
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
Does either the manual edit or the plugin interefere with the Multi Video Mycode Pack For MyBB?
http://mods.mybboard.net/view/multi-vide...e-for-mybb |
|||
|
02-06-2010, 12:36 PM
Post: #8
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
(08-09-2009 05:58 AM)FBI Wrote: Thanks Matt If we use anonym.to: PHP Code: $link = "<a href=\http://anonym.to/?\"$fullurl\" target=\"_blank\" rel=\"nofollow\">$name</a>"; But you can use a script to anonimyze all you links, You can add it on the footer: PHP Code: <script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>(02-06-2010 04:53 AM)Torengo Wrote: Does either the manual edit or the plugin interefere with the Multi Video Mycode Pack For MyBB? No, It works fine. vBulletin/Wordpress/Magento/MyBB Developer and Designer |
|||
|
02-06-2010, 02:03 PM
Post: #9
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
thanks
|
|||
|
03-16-2010, 11:20 AM
Post: #10
|
|||
|
|||
RE: ¿How to Add rel="nofollow" to the links of the posts?
thanks Rafael
Welcome to MyBB Indonesia. Get your local Bahasa (language) support directly from us. Let's grow together with The Best Opensource MyBB Software!
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help



