The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to reserve usernames?
I would like to reserve more than 100 usernames before I start a forum. I know I can blacklist them but it will disallow any other combination with these names however I don't want to do this. Can I use quotes or something to reserve only the required names? Mod anyone?
|
#2
|
|||
|
|||
my suggestion would be to create these users now, and give the password to the persons you want these usernames to be given... this is the simpliest way of doing it.
|
#3
|
|||
|
|||
The problem is everyone can see these user names by checking the profiles of the first registered users. Also it is not really easy and convenient to create all these users that might be even more, not to mention the incorrect number of users that will be displayed on the home page. The idea is if I can use the blacklist option that should be modified to check for exact matches.
|
#4
|
||||
|
||||
The best way I can think of is editing your ./includes/class_dm_user.php file and adding something along the lines of
PHP Code:
PHP Code:
PHP Code:
|
#5
|
|||
|
|||
Thank you. I tried the plugin although I don't know what you mean by "cover less angles".
But it seems it doesn't convert to lower case. |
#6
|
||||
|
||||
Adding new users by other means than registration.
Whether it's your own registration form, adding via AdminCP, etc. It goes through the datamanager than just the registration form. |
#7
|
|||
|
|||
I see. And any solutions about the lowercase conversion? Otherwise the registration can still be made even if the name is reserved.
|
#8
|
||||
|
||||
change it to..
PHP Code:
|
#9
|
|||
|
|||
Thanks a lot. It seems it only works with English characters though. However the the usual registration recognizes properly if the user name is really taken with non-English letters. It there a way to make this work too?
|
#10
|
||||
|
||||
I think vb has its own strtolower function that better handles non-English chars. I'll check later tonight.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|