MyBB Community Forums

Full Version: Custom User Title Maximum Length (Not Working As Intended)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Template: usercp_profile_customtitle

Variable: {$mybb->settings['customtitlemaxlength']}

Whole Piece:
<input type="text" class="textbox" name="usertitle" size="25" maxlength="{$mybb->settings['customtitlemaxlength']}" value="{$newtitle}" />



In Admin CP -> Configuration -> Settings -> Profile Options the setting "Custom User Title Maximum Length" is described as "Maximum length a user can enter for the custom user title. Set to 0 to disable the limitation."

However, inputting 0 does not disable the limitation. It disables the ability to type anything at all because it makes the maxlength for input 0.
The description is wrong.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/4624

Thanks for contributing to MyBB!

Regards,
The MyBB Group