因此最有可能在定制有人打破了你的模板。請告訴我怎麼你的註冊模板的外觀。還要注意的是登記模板應包括如下: $ 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>