MyBB Community Forums

Full Version: Numeric setting field type
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I can't see any setting field types for integers only. Can anyone specify whether its possible to restrict the user to numeric values?

Thanks
I don't believe it's possible with the setting types provided. The settings types are more for the input types used on the form than for validation purposes. You'll probably have to do your own validation in your plugin to make sure users aren't entering in something weird.
Shadow posted! Ignore this.
I had suggested the feature here, but got no response.
You can hook into admin_config_settings_change and typecast the value if you don't want to do it when the settings are checked in your script.