ดังนั้นส่วนใหญ่อาจจะมีคนในระหว่างการปรับแต่งแม่แบบของคุณยากจน กรุณาแสดงวิธีการลงทะเบียนแม่แบบของคุณดู นอกจากนี้ยังทราบว่าแม่ควรจะรวมถึงการลงทะเบียนนี้ : $ customfields_profile. ถ้าไม่ได้ -- มันหมายความว่าคุณต้องเสียแม่ -- กรุณาเปรียบเทียบกับรุ่นเดิมและรวมถึงส่วนที่จำเป็น นี้เป็นสิ่งจำเป็นส่วนหนึ่งจากแม่แบบเดิม :
Code:
<if condition="$show['customfields_profile']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[additional_required_information_profile]</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth]" align="$stylevar[left]">
$customfields_profile
<if condition="$show['birthday']">$birthdayfields</if>
</div>
</div>
</td>
</tr>
</table>
<br />
</if>