Display.template.php dosyasını açınız.
Kod: (Bul)
', $message['body'], '
Kod: (Değiştir)
';
if($context['user']['is_guest'] && $modSettings['enable-hide-characters'] == 1)
{
$message['body']=shorten_subject($message['body'], $modSettings['hide-characters']);
echo $message['body'].'<br />'.$txt['other-hiding-characters-login-logout'];
}
else
{
echo $message['body'];
}
echo '
ModSettings.turkish.php dosyasını açınız. [Diğer diller için ilgili dosyayı açınız]
Kod: (Bul)
?>
Kod: (Değiştir)
$txt['enable-hide-characters'] = 'Ziyaretçilere sınırlı mesaj gösterilsin mi?';
$txt['hide-characters'] = 'Ziyaretçilere gösterilecek karakter sayısı sınırı';
?>
ModSettings.php dosyasını açınız.
Kod: (Bul)
array('text', 'default_personalText'),
array('int', 'max_signatureLength'),
'',
Kod: (Değiştir)
array('text', 'default_personalText'),
array('int', 'max_signatureLength'),
'',
array('check', 'enable-hide-characters'),
array('int', 'hide-characters'),
'',
index.turkish.php dosyasını açınız. [Diğer diller için ilgili dosyayı açınız]
Kod: (Bul)
?>
Kod: (Değiştir)
$txt['other-hiding-characters-login-logout'] = '[<font color="red">Bu mesajın devamını görebilmek için <a href="'.$scripturl.'?action=register" target="_self">kayıt olun</a> ya da <a href="'.$scripturl.'?action=login" target="_self">giriş yapın</a></font>]';
?>
Eğer sadece ilk mesajda gerçekleşmesini istiyorsanız şunları yapınız. (Önce yukarıdaki kodları uygulayınız)
Kod: (Bul)
if($context['user']['is_guest'] && $modSettings['enable-hide-characters'] == 1)
Kod: (Değiştir)
if($context['user']['is_guest'] && $message['id'] == $context['first_message'] && $modSettings['enable-hide-characters'] == 1)
Not:Eklentiyi kullanabilmek için Admin --> Forum Seçenekleri sekmesinden ilgili yeri aktif edin ve karakter sayısını yazınız.
Simple'den husmen73'den ALINTIDIR...[/b]
Linkback: https://www.buyuknet.com/ziyaretciler-mesajin-ilk-x-karakterini-gorebilsin-t21880.0.html