The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
Go to vbulletin options, then to User Registration Options.
Then find Username Regular Expressions. Click on the "help button" in order to view the REGEX codes which allow certain characters. I will go ahead and paste the contents of the helpbutton. Code:
^[A-Z]+$ - Characters from A-Z only ^[A-Z ]+$ - Characters from A-Z including space ^[A-Z0-9 ]+$ - Alphanumeric characters including space ^[\x20-\x7E]+$ - ASCII characters from 32-127 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|