Mr.Trojan abinin yaptığı Uye Profili Kısa Yol Bantı modu.
Her zaman açık ve profildeki tüm bilgileri bu banta taşıyabiliyorsunuz.
Baktım herkes birşeyler yapıyor. Bende ufak bişey yapayım dedim.

Zaman yokluğundan alelacele yaptım.
Özellikleri:
*Zaten resimde görünüyor.
*mesaj yazan her üyenin üzerinde çıkacaktır.
*profillerde kalabalık yaptığını düşündüğünüz bir çok şeyi bu banta taşıyabilirsiniz
Modifications.turkish.php’yi açın bulun?>
Üstüne Ekleyin$txt[001] = 'Üyenin Nicki';
$txt[003] = 'Üyenin Profili';
$txt[004] = 'Üyenin İstatistikleri';
$txt[005] = 'Üyenin Tüm Mesajları';
$txt[006] = 'Üyeyi Arkadaşlarıma Ekle';
Display.template.php’yi açın bulun // Show the message anchor and a "new" anchor if this message is new.
if ($message['id'] != $context['first_message'])
echo '
<a name="msg', $message['id'], '"></a>', $message['first_new'] ? '<a name="new"></a>' : '';
echo '
<table width="100%" cellpadding="3" cellspacing="0" border="0">
<tr><td class="', $message['alternate'] == 0 ? 'windowbg' : 'windowbg2', '">';
Değiştirin// Uye Profili Kisa Yollari… Mr.Trojan…
// Show the message anchor and a "new" anchor if this message is new.
if ($message['id'] != $context['first_message'])
echo '
<a name="msg', $message['id'], '"></a>', $message['first_new'] ? '<a name="new"></a>' : '';
echo '
<table width="100%" cellpadding="3" cellspacing="0" border="0">
<tr class="titlebg"><td width="100%"align="center"height="19">
<i>',$txt[001], ':',$message['member']['name'], '</i> <a href="', $message['member']['href'], '"><u>',$txt[003], '</u></a>
<a href="',$scripturl, '?action=profile;u=', $message['member']['id'], ';sa=statPanel"><u>',$txt[004], '</u></a>
<a href="', $scripturl, '?action=profile;u=', $message['member']['id'], ';sa=showPosts"><u>',$txt[005], '</u></a>
<a href="', $scripturl, '?action=buddy;u=', $message['member']['id'], ';sesc=', $context['session_id'], '"><u>',$txt[006], '</u></a>
</td><tr><tr>
<td class="', $message['alternate'] == 0 ? 'windowbg' : 'windowbg2', '">';