yazar: vbgamer45
Açıklama: Üyelerin profiline yorum yapabilirsiniz.
modun orjinalini kurduktan sonra [url]http://custom.simplemachines.org/mods/index.php?mod=436[/url]
Türkçesi için bu işlemleri, yapın
Language/Modifications.turkish.php dosyasını açın
bulun
[code]?>[/code]
üstüne ekleyin
[code]//Begin Profile Comments Text Strings
//Permissions
$txt['permissiongroup_pcomments'] = 'Profil Yorumları';
$txt['permissionname_pcomments_view'] = 'Yorumlara bakabilir';
$txt['permissionhelp_pcomments_view'] = 'Yorumlara bakmasına izin ver.';
$txt['permissionname_pcomments_add'] = 'Yorum ekleyebilir';
$txt['permissionhelp_pcomments_add'] = 'Diğer profillere yorum yapmasına izin ver.';
$txt['permissionname_pcomments_edit_own'] = 'Kendi yorumunu düzeltebilir..';
$txt['permissionhelp_pcomments_edit_own'] = 'Kullanıcının kendi yorumunu düzenlmesine izin ver.';
$txt['permissionname_pcomments_edit_any'] = 'Herhangi birinin yorumunu düzeltebilir.';
$txt['permissionhelp_pcomments_edit_any'] = 'Yorumu düzenlemesi için izin ver.';
$txt['permissionname_pcomments_delete_own'] = 'Kendi yorumunu silebilsin.';
$txt['permissionhelp_pcomments_delete_own'] = 'kullanıcının kendi yorumunu silmesine izin ver.';
$txt['permissionname_pcomments_delete_any'] = 'Herhangi birinin yorumunu silebilsin';
$txt['permissionhelp_pcomments_delete_any'] = 'Kendi profilindeki yorumları silmesine izin ver.';
$txt['cannot_pcomments_add'] = 'Yorum ekleme izniniz yok.';
$txt['cannot_pcomments_edit_own'] = 'Kendi yorumunuzu düzeltme izniniz yok.';
$txt['cannot_pcomments_edit_any'] = 'Bu yorumu düzeltme izniniz yok.';
$txt['cannot_pcomments_delete_own'] = 'Kendi yorumunuzu silme izniniz yok.';
$txt['cannot_pcomments_delete_any'] = 'Bu yorumu silemezsiniz.';
//END Profile Comments Text Strings [/code]
profil.template.php dosyasını açın
Bulun
[code] //Start Profile Comments Mod
if(allowedTo('pcomments_view'))
{
echo '