Fundit edituar nga jorgejgm; 21-11-09 në 20:45.
Pra, ka shumë të ngjarë gjatë dikush customization thyen template tuaj. Ju lutem më tregoni se si template e regjistrimit tuaj duket. Gjithashtu vini re se template regjistrimi duhet të përfshijë këtë: $ Customfields_profile. Nëse jo - do të thotë që ju keni thyer template - ju lutem krahasoni atë me versionin origjinal dhe të përfshijnë pjesë e domosdoshme. Kjo është e nevojshme një pjesë nga template origjinale:
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>