News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Profil Alanı

Started by serdar01, August 14, 2015, 02:50:41 AM

Previous topic - Next topic

serdar01

Merhaba.
Ekeldiğim resimdeki kırmızı ile işaretli alanı nasıl kaldırabilirim ?
Sadece yönetici ile kişisel mesajın yazdığı yer kalsın istiyorum.

[nofollow]

Antes

display.template.php dosyası içerisinde

// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
echo '
<li class="postgroup">', $message['member']['post_group'], '</li>';
echo '
<li class="stars">', $message['member']['group_stars'], '</li>';


// Show how many posts they have made.
if (!isset($context['disabled_fields']['posts']))
echo '
<li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';


bunları bulup silmeniz yeterlidir.

serdar01

Quote from: Antes on August 14, 2015, 05:25:24 AM
display.template.php dosyası içerisinde

// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
echo '
<li class="postgroup">', $message['member']['post_group'], '</li>';
echo '
<li class="stars">', $message['member']['group_stars'], '</li>';


// Show how many posts they have made.
if (!isset($context['disabled_fields']['posts']))
echo '
<li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';


bunları bulup silmeniz yeterlidir.

Çok teşekkür ederim.Oldu.

Advertisement: