The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disallow spaces in Username on registration?
Is it possible to disallow spaces in the username during registration? If so how?
All help is greatly appreciated! - Pianoman993 |
#2
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=159222" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=159222</a>
|
#3
|
|||
|
|||
I did that but then it would not let anybody register.
It just keeps saying Quote:
|
#4
|
||||
|
||||
Sorry, Dismounted's REGEX must be off.
Give this a try (little rusty, but should work) -- Code:
^[a-zA-Z0-9]+$ |
#5
|
|||
|
|||
Great thank you! I'll try that out and get back to you
|
#6
|
||||
|
||||
You shouldn't actually need the uppercase "A-Z", as vBulletin automatically makes it case-insensitive.
Code:
^[a-z0-9]+$ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|