Web sayfamız sadece phpBB 3.0.x sürümlerine destek vermektedir. Konu açmadan, ileti yazmadan önce lütfen site kuralları sayfamıza göz atınız.

Prime Links belirli forumlarda linkleri nofollow yapmasın

Prime Links belirli forumlarda linkleri nofollow yapmasın

İleti ALEXIS 27 Kas 2010 19:23

Prime Links belirli forumlarda linkleri nofollow yapmasın

[ AÇ ]

includes/functions_content.php

[ BUL ]

Kod: Tümünü seç
//-- mod: Prime Links -------------------------------------------------------//
   if (!function_exists('prime_links'))
   {
      global $phpEx;
      include($phpbb_root_path . 'includes/prime_links.' . $phpEx);
   }
   $text = prime_links($text);
//-- end: Prime Links -------------------------------------------------------//

[ BUNUNLA DEĞİŞTİR ]

Kod: Tümünü seç
   // nofollow olmayacak forum id numaraları
   $not_use_nofollow_forum = array(2, 4);

   if (!in_array($user->page['forum'], $not_use_nofollow_forum))
   {
      //-- mod: Prime Links -------------------------------------------------------//
         if (!function_exists('prime_links'))
         {
            global $phpEx;
            include($phpbb_root_path . 'includes/prime_links.' . $phpEx);
         }
         $text = prime_links($text);
      //-- end: Prime Links -------------------------------------------------------//   
   }
ALEXIS
yönetici
yönetici

Kullanıcı avatarı

İleti: 3628
Kayıt: 03 Arl 2006 08:57
HTML: Çok iyi
CSS: İyi
PHP: İyi
phpBB3: Çok iyi
Sürüm: phpBB 3

Kod Parçacıkları


Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 1 misafir

cron