I changed the following code in register.tpl
Code:
<tr valign=middle>
<td align=right>{$lng.lbl_phone}</td>
<td></td>
<td nowrap>
<input type=text name=phone size=32 maxlength=32 value="{$userinfo.phone}">
</td>
</tr>
When you register, it doesn't have the red asterisk, but still requires you to put in a phone number to get the form to accept.
There must be another change to make.. any ideas? [/code]