byartist Administrator
Mesaj Sayısı : 1316 Yaş : 29 Nerden : Kocaeli İş/Hobiler : Bilgisayar / İnternet / Öğrenci Takımınız : !.. GaLaTaSaRaY ..! Uğurlu Sayınız : Kayıt tarihi : 23/01/09
| Konu: Avatar yanında ek istatistikler Cuma Ocak 30, 2009 7:08 pm | |
| İndex.template.php’de bul PHP- Kodu: // If the user is logged in, display stuff like their name, new messages, etc. 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ştir PHP- Kodu: // If the user is logged in, display stuff like their name, new messages, etc. if ($context['user']['is_logged']) { // Avatar yaninda ek istatistikler ve Kisisel mesajlar bir arada.. ivan_ 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 />'; }
Bul PHP- Kodu: // But, let's always show minutes - Time wasted here: 0 minutes . echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '<br />'; } echo ' </span>'; }
Değiştir PHP- Kodu: // But, let's always show minutes - Time wasted here: 0 minutes . echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '<br /> ', $txt[489], ': ', $context['common_stats']['total_posts'], '<br/> ', $txt[490], ': ', $context['common_stats']['total_topics'], '<br/> ', $txt[488], ': <a href="', $scripturl, '?action=mlist">', $context['common_stats']['total_members'], '</a>'; } echo ' </span>'; }
| |
|