The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#2
|
|||
|
|||
![]()
In includes/class_dm.php, function verify_username() around line 456 is this:
Code:
// check for regex compliance if (!preg_match('#' . str_replace('#', '\#', $this->registry->options['usernameregex']) . '#siU', $username)) { I think that's where you'd want to remove it. Another approach might be to use a plugin on the registration page to change the username that's entered, or even build it from first name/last name fields. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|