Mesajlardan silmek için bu kodu bul ve sil.
', $message['member']['msn']['link'], '
Profilden silmek içinse şunu bul ve sil.
<tr>
<td><b>', $txt[69], ': </b></td>
<td>';
// Only show the email address if it's not hidden.
if ($context['member']['email_public'])
echo '
<a href="mailto:', $context['member']['email'], '">', $context['member']['email'], '</a>';
// ... Or if the one looking at the profile is an admin they can see it anyway.
elseif (!$context['member']['hide_email'])
echo '
<i><a href="mailto:', $context['member']['email'], '">', $context['member']['email'], '</a></i>';
else
echo '
<i>', $txt[722], '</i>';
// Some more information.
echo '
</td>
</tr>