linkleri nofollow yapma

Started by metallica, October 12, 2007, 10:29:04 AM

Previous topic - Next topic

metallica

forumdaki tüm linkleri ve imzadaki linkleri vs nofollow yapmak istiyorum :)

metallica

Quote from: alchemy on February 20, 2006, 01:15:38 AM
Ok this is working. It adds rel="nofollow" to urls in posts.

Under Subs.php change:

          array(
                  'tag' => 'url',
                  'type' => 'unparsed_equals',
                  'before' => '<a href="$1" target="_blank">',
                  'after' => '</a>',
                  'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
                  'disabled_after' => ' ($1)',
          ),


To:

          array(
                  'tag' => 'url',
                  'type' => 'unparsed_equals',
                  'before' => '<a href="$1" target="_blank" rel="nofollow">',
                  'after' => '</a>',
                  'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
                  'disabled_after' => ' ($1)',
          ),


http://www.simplemachines.org/community/index.php?topic=24877.0

Advertisement: