- حذف خانة الدولة في الملف الشخصي
حرر قالب : stuff_profile
وابحث عن :
CODE
{if !empty({$MemberInfo['user_country']})}
<tr>
<td class="row1" width="20%">{$lang['user_country']} :
{$MemberInfo['user_country']}
</td>
</tr>{/if}
وامسحها
- حذف خانة الدولة من بيانات العضو في المشاركات
حرر قالب : writer_info
وابحث عن :
CODE
{if {$ReplierInfo['user_country']} != ''}
<div class="writer_info" align="right">
{$lang['user_country']} :
{$ReplierInfo['user_country']}
</div>
{/if}
وامسحها
- حذف خانة الدولة من لوحة تحكم العضو » معلوماتك الشخصية
حرر قالب : usercp_control_info
وابحث عن :
CODE
<tr>
<td class="row1">
{$lang['user_country']}
</td>
<td class="row1" width="60%">
<input name="country" type="text" value="{$_CONF['rows']['member_row']['user_country']}" />
</td>
</tr>
وامسحها
التسجيل لايوجد بهخانة الدولة