Gönderen Konu: Avatar Yanında Kişisel Mesajları göstermek için  (Okunma sayısı 1201 defa)

Çevrimdışı Hamza

  • Osc Kurucu
  • 1. SINIF ÜYE
  • ********
  • İleti: 161.847
  • Puan 13008
  • Cinsiyet: Bay
  • Dünyanın En Çok Mesaj Gönderen Üyesi :))
    • Profili Görüntüle
    • Hosting
Avatar Yanında Kişisel Mesajları göstermek için
« : 08 Mayıs 2008, 22:18:08 »

themenız/index.template.php yi açın

bulun

Kod: [Seç]
if ($context['user']['is_logged'])
{
echo '
<a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> <br />
<a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />';


değiştirin
Kod: [Seç]
if ($context['user']['is_logged'])
{
// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo ' ', $txt[152], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt[153] : $txt[471], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'];
echo '.<br />';
echo '
<a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a> <br />
<a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />';


themenız/languages/index.turkish.php yi açın(çok da önemli değil. bunu yapmasanızda olur yaf)

bulun

Kod: [Seç]
$txt[151] = 'Mesaj Yok...';
$txt[152] = 'size ait';
$txt[153] = 'mesaj var';
$txt[154] = 'Bu mesajı sil';


değiştirin
Kod: [Seç]
$txt[151] = 'Mesaj Yok...';
$txt[152] = 'Size Ait';
$txt[153] = 'Mesaj Var';
$txt[154] = 'Bu Mesajı Sil';

Çevrimdışı Hamza

  • Osc Kurucu
  • 1. SINIF ÜYE
  • ********
  • İleti: 161.847
  • Puan 13008
  • Cinsiyet: Bay
  • Dünyanın En Çok Mesaj Gönderen Üyesi :))
    • Profili Görüntüle
    • Hosting
Avatar Yanında Kişisel Mesajları göstermek için
« Yanıtla #1 : 08 Mayıs 2008, 22:18:33 »
alıntı

Çevrimdışı black_tower91

  • 4.SINIF UYE
  • **
  • İleti: 2.472
  • Puan 48
  • Cinsiyet: Bay
  • DAvid Villaa
    • MSN Messenger - black_tower91@hotmail.com
    • Profili Görüntüle
Avatar Yanında Kişisel Mesajları göstermek için
« Yanıtla #2 : 08 Mayıs 2008, 22:24:49 »
saolun


Çevrimdışı Hamza

  • Osc Kurucu
  • 1. SINIF ÜYE
  • ********
  • İleti: 161.847
  • Puan 13008
  • Cinsiyet: Bay
  • Dünyanın En Çok Mesaj Gönderen Üyesi :))
    • Profili Görüntüle
    • Hosting
Avatar Yanında Kişisel Mesajları göstermek için
« Yanıtla #3 : 08 Mayıs 2008, 22:57:02 »
eyw

Çevrimdışı Abdullah

  • Osc Kurucu
  • 1. SINIF ÜYE
  • ********
  • İleti: 41.478
  • Puan -1500
  • Cinsiyet: Bay
  • qwqwqw
    • Profili Görüntüle
    • Onehost.net
Avatar Yanında Kişisel Mesajları göstermek için
« Yanıtla #4 : 09 Mayıs 2008, 18:13:40 »
eyw aga evt dilleri deiştirmezsek komik olur  ;D

Çevrimdışı Nuri_Fb

  • 5. SINIF UYE
  • *
  • İleti: 153
  • Puan 0
    • Profili Görüntüle
Ynt: Avatar Yanında Kişisel Mesajları göstermek için
« Yanıtla #5 : 16 Mayıs 2008, 09:41:39 »
Teşekkürler