Reply field always open

  • App
    WoltLab Suite Forum

    I did a search and couldn't find another thread related to this in the suggestions section, forgive me if one already exists.

    Can we have the ability to choose if a reply field (quick reply) is open all the time so members wont have to click on "Reply" before typing their posts? I think having a quick reply field/option encourages more activity.

  • ACP - Options - General - Page - Footer Code

    Code
    <script>
        //<![CDATA[
        $(function () {
            $('#messageQuickReply').show().find('button[data-type="cancel"]').hide();
            $('.jsQuickReply').hide();
        });
        //]]>
    </script>
  • Thank you @sprinter, that works except it takes away the ability to highlight text and insert it into your reply (using FireFox).

    indeed it is o_o i didn't know xD but it looks like its only happens if you dont click editor first (works perfectly fine on google chrome)

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!