Patience never was a good quality of mine.
I fixed this by adding the USERNAME input box from the REGISTER page.
If you are logged in it overrides it though. Meaning if you enter TEST as username it will take your logged in name (which is good). If you are not logged in it will USE what you entered in the box.
However while that override is good i'd rather have it just DID NOT appear if the user is regged.
Code:
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>User Name:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="username" size="25" maxlength="$maxuserlength"></normalfont></td>
</tr>
Gen