तो सबसे शायद के दौरान अपने टेम्पलेट अनुकूलन किसी तोड़ दिया. कृपया मुझे दिखाओ कि कैसे अपने पंजीकरण टेम्पलेट लग रहा है. यह भी ध्यान दें कि पंजीकरण टेम्पलेट शामिल होना चाहिए: 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>