ので、おそらくカスタマイズ誰か中にテンプレートを壊した。登録のテンプレートがどのように見えるか私に見せてください。また、登録テンプレートは、これを含める必要があることに注意してください。 $ 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>