MyBB Community Forums

Full Version: Disallow characters in profile fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a few profile fields and I want to disallow the ^ character. How could this be done?

Either with a plugin or without? 
http://community.mybb.com/thread-142241-...pid1018767

I don't think there are any 1.8 plugins (or 1.6, even, but I may just have bad luck searching) to perform that task, but using the link above, you can follow Effone's tutorial to ban the ^ character from usernames. I apologize that I was not able to successfully help you completely.
That's for well errm.. Usernames.. I'm looking for banning characters for the profile fields. (Sex, locations etc)
In myBB 1.8, there is a field for regular expression validation. However, you need to be familiar with regex to use it. I recommend testing your validation with http://regex101.com/

This lets you indicate which values are acceptable to input and which are not (including the ^ symbol).
OK - that looks like what I need thanks.