The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User names beginning with letter
I have members with user names starting with numbers, or ~ or that sort of thing. I'd like to make it so that it MUST start with a letter when they register. How can i do this?
|
#2
|
|||
|
|||
Bumping this hoping someone can help?
|
#3
|
|||
|
|||
you will have to add a preg_match() to validate the username.
|
#4
|
|||
|
|||
I'm sorry i'm a newbie, that means nothing at all to me. Could you explain more?
|
#5
|
||||
|
||||
Go to your AdminCP > User Registration Options, and enter this value for "Username Regular Expression"
Code:
^([a-z])(.*)$ |
#6
|
||||
|
||||
|
#7
|
|||
|
|||
Quote:
Quote:
|
#8
|
||||
|
||||
Yeah - just the first character.
|
#9
|
||||
|
||||
great tips, thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|