MyBB Community Forums

Full Version: don't use Capital Letters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I want to disable member names which use all capital..
When they are filling registration form.

Example
wrong NICKNAME
correct Nickname or nickname

thanks...
don't you have any answer ?
Either a plugin or a code mod. This is not possible with MyBB by default.
this would actually be a good mod, as I don't like it when members do this either! Big Grin
You can write a plugin for this fairly easily.

http://us3.php.net/manual/en/function.strtolower.php

That's the php function you will need.