The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]() Quote:
1. Go to AdminCP > vBulletin Options > User Registration Options. 2. Look for setting "Username Regular Expression". 3. Now let say you want to limit the usernames to those containing a, b, c, d or e only. You would need to write in the setting: Code:
^[abcde]$ ![]() Perhaps there's a better way, probably using plugin. Will look into it further. ![]() EDIT: you can add plugin that hooks to register_addmember_process: 1. Check if $vbulletin->GPC['username'] is valid (greek characters only) using any PHP algorithm you want. 2. If it's invalid, append array $userdata->errors with your error message. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|