I don't know if this is a known bug and/or if it's fixed in upcoming versions, but when you edit your profile and decide you don't want to have your sex or country displayed, there's no way to emtpy those fields. The empty option is occupied with the choice you made before.
As for the fix:
Line 251 of inc_profile.asp now is this:
<OPTION VALUE="Albania">Albania
Add this right above it:
<OPTION VALUE=" ">
After the "> there should be a space!
line 491, same file, now is this:
<OPTION VALUE="Male">Male& nbsp;
Add this right above it:
<OPTION VALUE=" "> & nbsp;
The & nbsp; should be without the space, but for some reason it can't be done here 
That fixes that problem 

http://www.frutzle.com
Also for logo requests!
For MODs go to: Snitz Exchange or Mod Resource
Edited by - FrutZle on 17 February 2002 18:19:50
Edited by - Davio on 01 March 2002 13:03:06