theclub Posted October 27, 2006 Posted October 27, 2006 When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:
cmanns Posted October 27, 2006 Posted October 27, 2006 When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
cmanns Posted October 27, 2006 Posted October 27, 2006 When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
cmanns Posted October 27, 2006 Posted October 27, 2006 When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
cmanns Posted October 27, 2006 Posted October 27, 2006 When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
cmanns Posted October 27, 2006 Posted October 27, 2006 When you set the characters allowed in usernames as .. a-zA-Z0-9 .. it doesn't allow spaces, how do you allow them? :unsure:you can - will mess up database ;)
Digi Posted October 27, 2006 Posted October 27, 2006 holy crap....not only is that wrong....but you are wrong like 40 times. I haven't played with 2.2 yet, but try using this instead of what you are using: \w\sYou could also try just leaving a space before or after your above code.I am assuming that that is just regex ;)
cmanns Posted October 27, 2006 Posted October 27, 2006 holy crap....not only is that wrong....but you are wrong like 40 times. I haven't played with 2.2 yet, but try using this instead of what you are using: \w\sYou could also try just leaving a space before or after your above code.I am assuming that that is just regex ;)I thought you cant have em because of the SQL - I know you can in Displaynames
Digi Posted October 27, 2006 Posted October 27, 2006 Display names are stored in sql too.....how would they be any different from usernames? O_o
cmanns Posted October 27, 2006 Posted October 27, 2006 Display names are stored in sql too.....how would they be any different from usernames? O_oI don't know - sorry I wasnt thinking right.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.