• Resolved Ov3rfly

    (@ov3rfly)


    With removed checkbox at “Multiline Messages” in “Input Section Appearance” the user can still switch to multiline in chat and also is advised how to do that via the title attribute of input field.

    Would expect that by removing the “Multiline Messages” checkbox, the multiline switching in general would be disabled in chat, as also the naming in php multiline_support and in js multilineSupport: false seems to suggest.

    Is the current behaviour a bug? Or is it meant to be like that and fields are named like this due to some historic functionality or plans?

    Is there some other way to disable “Multiline Messages” feature completely for the user?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ov3rfly

    (@ov3rfly)

    When investigating this, we also found a small issue in themes main.tpl, title attribute of text input has an extra trailing empty space char, current version:

    <input class='wcInput' type='text' maxlength='{{ messageMaxLength }}' placeholder='{{ hintMessage }}' title="{{ messageInputTitle }} " />

    Suggested fix:

    <input class='wcInput' type='text' maxlength='{{ messageMaxLength }}' placeholder='{{ hintMessage }}' title="{{ messageInputTitle }}" />

    Wise Chat 2.9.7

    Plugin Author Marcin

    (@marcinlawrowski)

    Hello @ov3rfly

    We planned to let users to switch to multiline anytime. However, if you want to auto-switch all users to multiline please enable “Multiline Messages” option. We designed it to be this way.

    The only option to disable it at all please comment the body of onInputKeyPress function in \wp-content\plugins\wise-chat\js\ui\messages.js file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Multiline Messages?’ is closed to new replies.