MyBB Community Forums

Full Version: Custom Profile Field Minimum Characters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've run into a little pickle. I have created two custom profile fields that are required upon registration. I know that the custom profile fields have a setting for maximum amount of characters. My question is, how would I go about having a minimum character requirement as well?

Thank you very much!
Does anyone have any ideas on how to do this?
Not possible in default MyBB, you should rather try the Plugin Requests forum. Or possibly use this plugin (+ XThreads): http://mybbhacks.zingaburga.com/showthread.php?tid=1271 and enter a Regular Expression for a string with minimal length:
http://www.sitepoint.com/web-foundations...ng-length/
Thank you very much, Destroy. That was extremely helpful.