Themes/default/languages/Modifications.english.php aç

Bul

PHP- Kodu:
?> 
Öncesine Ekle


PHP- Kodu:
//Begin Reg Links
$txt['no_view_links'] = 'You are not allowed to view links.';
$txt['txt_reg_links_register'] = 'Register';
$txt['txt_reg_links_login'] = 'Login';
$txt['txt_reg_links_or'] = 'or';

//END Reg Links Text Strings 

./Themes/default/languages/Modifications.english-utf8.php aç

Bul

PHP- Kodu:
?> 
Öncesine Ekle


PHP- Kodu:
//Begin Reg Links
$txt['no_view_links'] = 'You are not allowed to view links.';
$txt['txt_reg_links_register'] = 'Register';
$txt['txt_reg_links_login'] = 'Login';
$txt['txt_reg_links_or'] = 'or';

//END Reg Links Text Strings 
./Sources/Subs.php aç

Bul

PHP- Kodu:
// Cache the output if it took some time... 
Öncesine Ekle

PHP- Kodu:
// Registered Links
        
if ($user_info['is_guest'])
        {
            
$message preg_replace('#<a href="(.*?)</a>#i'$txt['no_view_links'] . "\n" ' <a href="' $scripturl '?action=register">' $txt['txt_reg_links_register'] . '</a>&nbsp;' $txt['txt_reg_links_or'] . '&nbsp;<a href="' $scripturl '?action=login">' $txt['txt_reg_links_login'] . '</a>'$message);
        }

        
// End Registered Links 
Not:

You are not allowed to view links. yerine ziyaretçilerin görmesini istediğiniz mesajı yazın.

Örnek:Linklerin görülmesine izin verilmiyor.Linkleri görebilmek için

Register yerine Kayıt Ol , Login yerine Giriş Yap yazabilirsiniz.