The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
How do you stop shouting via registration or shall i say on usernames.
They are allowed to do Ihateyou, but not IHATEYOU. Help? |
#2
|
|||
|
|||
![]()
set it somewhere in the code or the cpanel so that only a-z is allowed not A-Z.
Or maybe I dont understand you. |
#3
|
||||
|
||||
![]()
Yeah i understand, but thats not the issue cause they can use the first letter capital, but then the rest no. ummm also an addition would be so they CANNOT use ~!@#$%^&*() symbols.
|
#4
|
||||
|
||||
![]()
vBulletin Options > User Registration Options > Banned usernames
|
#5
|
||||
|
||||
![]()
That wont do much cause im going to banned every single word in teh dictionary that has all caps in the word.
|
#6
|
|||
|
|||
![]()
Hey Ronald0,
by default, vBulletin have made usernames case insensitive in their code so a regular expression will not change that. Navigate to includes/class_dm_user.php and open it up. Look for the line of code that shows: PHP Code:
Change this to: PHP Code:
Now use the regular expression: PHP Code:
You will also want to allow spaces and such, make sure these are also added in the ending bracket set. Adding anything in the starting bracket set will only allow 1 of them (so it's best to keep it as just A-Z, at least then the usernames are beginning with a letter) |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|