هذه هي الأسطر الخاصة ب"الزيارات"
CODE
{if {$ReplierInfo['visitor']} != ''}</strong>
<div>
<strong><div class="writer_info" align="right"></strong></div>
<div>
<strong>{$lang['visitor_num']} :</strong></div>
<div>
<strong>{$ReplierInfo['visitor']}</strong></div>
<div>
<strong></div></strong></div>
<strong>{/if}
وهذه هي الأسطر الخاصة ب"الدعوات"
CODE
{if {$ReplierInfo['invite_num']} != '0'}</strong>
<div>
<strong><div class="writer_info" align="right"></strong></div>
<div>
<strong>{$lang['Invites']} :</strong></div>
<div>
<strong>{$ReplierInfo['invite_num']}</strong></div>
<div>
<strong></div></strong></div>
<strong>{/if}
وهذه هي الأسطر الخاصة ب"الموقع الشخصي"
CODE
{if !empty({$ReplierInfo['user_website']}) and {$ReplierInfo['user_website']} != 'http://'}</strong>
<div>
<strong><div class="writer_info" align="right"></strong></div>
<div>
<strong>{$lang['UserWebsite']} :</strong></div>
<div>
<strong><?php if (strstr($PowerBB->_CONF['template']['ReplierInfo']['user_website'],'http://')) { ?></strong></div>
<div>
<strong><a target="_blank" href="{$ReplierInfo['user_website']}">{$lang['Visit_my_website']}</a></strong></div>
<div>
<strong><?php }else{ ?></strong></div>
<div>
<strong><a target="_blank" href="http://{$ReplierInfo['user_website']}">{$lang['Visit_my_website']}</a></strong></div>
<div>
<strong>{/if}</strong></div>
<div>
<strong></div></strong></div>
<strong>{/if}
حرّر القالب writer_info أو writer_info2
(حسب الاسم المتواجد في القالب show_subject بالنسبة لمعلومات الكاتب في المواضيع
وحسب الاسم المتواجد في القالب show_reply بالنسبة لعلومات الكاتب في الردود )
واحذف ما تشاء ممّا سبق ذكرُه
ثمّ احفظ القالب