SMF Custom Copyright - Copyright Yazma /Panelden Ayarlı /Manuel/Türkçe

Son güncelleme: 02.01.2009 19:11
  • Orjinal Konu: http://custom.simplemachines.org/mods/index.php?mod=1317
    Name: Custom Copyright
    Yapımcı: ccbtimewiz
    Version: 1.0
    Uyumlu Sürüm: 1.1.5
    Paket: Ekte Verildi
    Manuel: Var
    Türkçe: Var / By Tattoocu_CarteL

    Ayarlar: Admin Paneli >> Kullanılan Tema >> Copyright Yazısı Gir: bu alana yazıyı yazdiğinizda sitenin en altında çıkacaktır


    //Default Tema İçin Manuel Anlatım // Her Temaya Uyar // Yedek Almayı Unutmayınız

    ./Themes/default/index.template.php
    Bul
    ', theme_copyright(), '

    Değiştir
    ', !empty($settings['custom_copyright']) ? '<span class="smalltext">'. parse_bbc($settings['custom_copyright']). '</span>' : '[/swf2][swf3]<br />
    ', theme_copyright(), '







    ./Themes/default/Settings.template.php
    Bul
    $context['theme_settings'] = array(
    array(
    'id' => 'header_logo_url',
    'label' => $txt['header_logo_url'],
    'description' => $txt['header_logo_url_desc'],
    'type' => 'text',
    ),

    Değiştir
    $context['theme_settings'] = array(
    array(
    'id' => 'header_logo_url',
    'label' => $txt['header_logo_url'],
    'description' => $txt['header_logo_url_desc'],
    'type' => 'text',
    ),
    array(
    'id' => 'custom_copyright',
    'label' => $txt['custom_copyright'],
    'description' => $txt['custom_copyright_desc'],
    'type' => 'text',
    ),







    ./Themes/default/languages/Modifications.english.php
    Bul
    ?>

    Öncesine Ekle
    $txt['custom_copyright_desc'] = 'This will be displayed at the bottom.';
    $txt['custom_copyright'] = 'Enter custom copyright:';






    ./Themes/default/languages/Modifications.turkish.php
    Bul
    ?>

    Öncesine Ekle
    $txt['custom_copyright_desc'] = 'Kaynakta Bu Gösterilmiş Olacak.';
    $txt['custom_copyright'] = 'Copyright Yazısı Gir:';';

    Demo:

    noimage
#07.08.2008 03:51 0 0 0
  • SMF copyright ı silmeden kendi copyright ımı nasıl eklerim diye düşünüyordum..
    Çok teşekkür ederim :)
#25.08.2008 10:20 0 0 0
  • smf copyright silersek nolur?
#02.01.2009 17:00 0 0 0
  • @muskalyn adlı üyeden alıntı:
    smf copyright silersek nolur?
    Orijinali Göster...


    copyright = TeLif Hakkı oLduqu Için SiLindiqinde YaSaL Bir Sorun ÇıkaCaqı Kanaatindeyim...
#02.01.2009 19:11 0 0 0