وعليكم السلام ورحمة الله وبركاته،،
حرر قالب : usercp_control_avatar.tpl
ابحث عن :
CODE
<div id="avatar_list" style="display: none; margin-top: 1ex; margin-bottom: 2ex;">
{template}avatar_options_list{/template}
</div>
استبدله بـ :
CODE
{if {$count} != ''}
<div style="margin-top: 1ex; margin-bottom: 2ex;">
{template}avatar_options_list{/template}
</div>
{else}
<div id="avatar_list" style="display: none; margin-top: 1ex; margin-bottom: 2ex;">
{template}avatar_options_list{/template}
</div>
{/if}
احفظ القالب واحذف القوالب المؤقتة ..
بالتوفيق
-