The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
Is there a way to restrict Usernames to english only and also thread titles ? I tried searching but didn't find anything for vb 3.8.1 TIA |
#2
|
||||
|
||||
![]()
Add this as the username regex (Admin CP > vBulletin Options), it will allow only alphabetical characters.
Code:
^[a-z]+$ |
#3
|
|||
|
|||
![]()
How about only allowing alphanumeric characters ?
Also I can't do anything about thread titles ? Thanks for your help Dismounted, It's highly appreciated. |
#4
|
||||
|
||||
![]()
^[a-zA-Z0-9 ]+$
Alphanumeric (Both uppercase and lower) characters including space |
#5
|
|||
|
|||
![]()
Thanks I figured it out now and modified it a little bit so it will allow underscores and not spaces, here's the code if anyone needs it.
PHP Code:
PHP Code:
|
#6
|
|||
|
|||
![]()
i would like to know as well if there is a way to restrict thread titles to alphanumeric
any help please ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|