SMF Konuyu Başlatanı Gösterin

Son güncelleme: 01.12.2008 12:18

  • Mod Bilgileri

    Name:Show topic starter
    Created By:Harro
    Type:Posting
    First Created:08 Mayıs 2007, 1424
    Last Modified:06 Kasım 2007, 1452
    Latest Version:1.4 Updated for SMF 1.1.4
    Compatible With:1.1.2, 1.1.3, 1.1.4

    $themedir/Display.template.php dosyasında
    Bul:

    // Show their personal text?

    Öncesine ekle:

    //show if it's the topic starter
    if($context['topic_starter_id'] == $message['member']['id']){
    echo '<span style="color:red; font-weight:bold"> ', $txt['topic_starter'] , ' </span><br />';
    }

    $languagedir/Modifications.english.php dosyasında
    Dosyanın sonuna ekle:

    $txt['topic_starter'] = 'Topic starter';

    $languagedir/Modifications.turkish.php dosyasında
    Dosyanın sonuna ekle:

    $txt['topic_starter'] = 'Konuyu Başlatan';

    paketini vermedim kısa bir mod çünkü
    acemiyseniz yedek almayı unutmayın
#24.11.2008 13:21 0 0 0
  • Webmaster Programları BöLümünden Buraya aLındı...
#01.12.2008 12:18 0 0 0