Nii et kõige tõenäolisemalt ajal kohandamine keegi murdis oma malli. Palun näita mulle, kuidas sinu registreerumise template välja näeb. Pange tähele, et registreerimine mall peaks sisaldama nii: $ Customfields_profile. Kui mitte - see tähendab, et olete murdnud template - palun võrrelda seda esialgse versiooni nõuetele ja sisaldavad vajalikke osa. See on vajalik osa algsest mall:
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>