MyBB Community Forums
[Pushed] Custom User Title Maximum Length (Not Working As Intended) - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Development (https://community.mybb.com/forum-161.html)
+--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html)
+---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html)
+----- Forum: Pushed (https://community.mybb.com/forum-183.html)
+----- Thread: [Pushed] Custom User Title Maximum Length (Not Working As Intended) (/thread-236967.html)



Custom User Title Maximum Length (Not Working As Intended) - Taylor M - 2022-11-16

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.


RE: Custom User Title Maximum Length (Not Working As Intended) - Eldenroot - 2022-11-18

The description is wrong.


RE: Custom User Title Maximum Length (Not Working As Intended) - Ben - 2022-12-19

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